1
0
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:
Pavol Rusnak 2021-07-14 17:22:54 +02:00 committed by matejcik
parent 0a951b8a77
commit cd9c4e478d

View File

@ -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()