From 5a6440f298d9560e9f71b150c5b3532a0e94baba Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 18 Aug 2022 23:16:08 +0200 Subject: [PATCH] fix double param name --- client/src/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 25c039f4e..670be80e9 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -2039,7 +2039,7 @@ static int CmdHF14AMfAutoPWN(const char *Cmd) { arg_lit0("a", NULL, "Input key A (def)"), arg_lit0("b", NULL, "Input key B"), arg_str0("f", "file", "", "filename of dictionary"), - arg_lit0("s", "slow", "Slower acquisition (required by some non standard cards)"), + arg_lit0(NULL, "slow", "Slower acquisition (required by some non standard cards)"), arg_lit0("l", "legacy", "legacy mode (use the slow `hf mf chk`)"), arg_lit0("v", "verbose", "verbose output (statistics)"),