hf mf sim: remove mention of non-existing option

This commit is contained in:
Philippe Teuwen 2024-10-18 17:03:14 +02:00
commit 91004aa2f1

View file

@ -4110,8 +4110,8 @@ static int CmdHF14AMfSim(const char *Cmd) {
arg_lit0(NULL, "1k", "MIFARE Classic 1k / S50"), arg_lit0(NULL, "1k", "MIFARE Classic 1k / S50"),
arg_lit0(NULL, "2k", "MIFARE Classic/Plus 2k"), arg_lit0(NULL, "2k", "MIFARE Classic/Plus 2k"),
arg_lit0(NULL, "4k", "MIFARE Classic 4k / S70"), arg_lit0(NULL, "4k", "MIFARE Classic 4k / S70"),
arg_str0(NULL, "atqa", "<hex>", "Provide explicit ATQA (2 bytes, overrides option t)"), arg_str0(NULL, "atqa", "<hex>", "Provide explicit ATQA (2 bytes)"),
arg_str0(NULL, "sak", "<hex>", "Provide explicit SAK (1 bytes, overrides option t)"), arg_str0(NULL, "sak", "<hex>", "Provide explicit SAK (1 bytes)"),
arg_int0("n", "num", "<dec> ", "Automatically exit simulation after <numreads> blocks have been read by reader. 0 = infinite"), arg_int0("n", "num", "<dec> ", "Automatically exit simulation after <numreads> 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("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."), arg_lit0("x", NULL, "Performs the 'reader attack', nr/ar attack against a reader."),