From eeb3a4eebf1c02770e280d7db8cdf45e5f93e1e3 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 14 Oct 2021 19:23:04 +0200 Subject: [PATCH] Fix hf mfu cauth: option -k was both for key and keep --- client/src/cmdhfmfu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmfu.c b/client/src/cmdhfmfu.c index 76d5c0f30..d9df4d5c4 100644 --- a/client/src/cmdhfmfu.c +++ b/client/src/cmdhfmfu.c @@ -2629,7 +2629,7 @@ static int CmdHF14AMfUCAuth(const char *Cmd) { void *argtable[] = { arg_param_begin, - arg_str0("k", "key", "", "key for authentication (UL-C 16 bytes)"), + arg_str0(NULL, "key", "", "key for authentication (UL-C 16 bytes)"), arg_lit0("l", NULL, "swap entered key's endianness"), arg_lit0("k", NULL, "keep field on (only if a password is provided too)"), arg_param_end