Skip to content

Commit

Permalink
Fix help message
Browse files Browse the repository at this point in the history
  • Loading branch information
blavka committed Jun 27, 2022
1 parent 3de2f11 commit 5f8d316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hardwario/chester/cli/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def command_fw_delete(ctx, id):
@click.option('--id', metavar="ID", show_default=True, required=True)
@click.pass_context
def command_fw_show(ctx, id):
'''Show codec detail.'''
'''Show firmware detail.'''
fw = ctx.obj['fwapi'].detail(id)
click.echo(f'UUID: {fw["id"]}')
click.echo(f'URL: https://firmware.hardwario.com/chester/{fw["id"]}')
Expand Down

0 comments on commit 5f8d316

Please sign in to comment.