From 96bdc45ccf84844cbca7563a0400e45df0ad5223 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 26 Mar 2021 19:30:22 +0100 Subject: [PATCH] text --- 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 9488378fd..c9279592d 100644 --- a/client/src/cmdhfmfu.c +++ b/client/src/cmdhfmfu.c @@ -2598,7 +2598,7 @@ static int CmdHF14AMfUCAuth(const char *Cmd) { void *argtable[] = { arg_param_begin, - arg_str0("k", "key", "", "key for authentication (UL-C 16 bytes, EV1/NTAG 4 bytes)"), + arg_str0("k", "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