mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
docs(core): fix typo in keyctl-proxy help
This commit is contained in:
parent
0a951b8a77
commit
cd9c4e478d
@ -145,7 +145,7 @@ def cli(ipaddr, fw_file, fw_or_type, digest):
|
||||
click.echo(fw_or_type.format())
|
||||
|
||||
if not fw_file and (not fw_or_type or not digest):
|
||||
raise click.ClickException("Please specify either fw_file or -t and -h")
|
||||
raise click.ClickException("Please specify either fw_file or -t and -d")
|
||||
|
||||
try:
|
||||
TREZOR = get_default_client()
|
||||
|
Loading…
Reference in New Issue
Block a user