diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 8b7e218b0..094b2a410 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -4110,8 +4110,8 @@ static int CmdHF14AMfSim(const char *Cmd) { arg_lit0(NULL, "1k", "MIFARE Classic 1k / S50"), arg_lit0(NULL, "2k", "MIFARE Classic/Plus 2k"), arg_lit0(NULL, "4k", "MIFARE Classic 4k / S70"), - arg_str0(NULL, "atqa", "", "Provide explicit ATQA (2 bytes, overrides option t)"), - arg_str0(NULL, "sak", "", "Provide explicit SAK (1 bytes, overrides option t)"), + arg_str0(NULL, "atqa", "", "Provide explicit ATQA (2 bytes)"), + arg_str0(NULL, "sak", "", "Provide explicit SAK (1 bytes)"), arg_int0("n", "num", " ", "Automatically exit simulation after blocks have been read by reader. 0 = infinite"), arg_lit0("i", "interactive", "Console will not be returned until simulation finishes or is aborted"), arg_lit0("x", NULL, "Performs the 'reader attack', nr/ar attack against a reader."),