From cd9c4e478d3f269cce3a4501744772a7a1a0ce40 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 14 Jul 2021 17:22:54 +0200 Subject: [PATCH] docs(core): fix typo in keyctl-proxy help --- core/tools/keyctl-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tools/keyctl-proxy b/core/tools/keyctl-proxy index 886421e9a..9694dc57d 100755 --- a/core/tools/keyctl-proxy +++ b/core/tools/keyctl-proxy @@ -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()