From 49eccfdbfb42254454347bc6fc5c7a21769c9ef5 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Fri, 28 May 2021 15:24:05 +0300 Subject: [PATCH] fix help --- client/src/cmdhffido.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/cmdhffido.c b/client/src/cmdhffido.c index 0fa028db5..1d3ea7b29 100644 --- a/client/src/cmdhffido.c +++ b/client/src/cmdhffido.c @@ -127,7 +127,7 @@ static int CmdHFFidoRegister(const char *cmd) { CLIParserInit(&ctx, "hf fido reg", "Initiate a U2F token registration. Needs two 32-byte hash numbers.\n" "challenge parameter (32b) and application parameter (32b).\n" - "The output template filename is `hf-fido2-params.json`\n" + "The default config filename is `fido2_defparams.json`\n" "\n", "hf fido reg -> execute command with 2 parameters, filled 0x00\n" "hf fido reg --cp s0 --ap s1 -> execute command with plain parameters\n" @@ -391,7 +391,7 @@ static int CmdHFFidoAuthenticate(const char *cmd) { CLIParserInit(&ctx, "hf fido auth", "Initiate a U2F token authentication. Needs key handle and two 32-byte hash numbers.\n" "key handle(var 0..255), challenge parameter (32b) and application parameter (32b)\n" - "The output template filename is `hf-fido2-params.json`\n" + "The default config filename is `fido2_defparams.json`\n" "\n", "hf fido auth --kh 000102030405060708090a0b0c0d0e0f000102030405060708090a0b0c0d0e0f -> execute command with 2 parameters, filled 0x00 and key handle\n" "hf fido auth \n"