From 91004aa2f10e217d84a901d6ddaadd4ddc3cbc4c Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 18 Oct 2024 17:03:14 +0200 Subject: [PATCH] hf mf sim: remove mention of non-existing option --- client/src/cmdhfmf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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."),