mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-01 00:34:17 +00:00
hf mf sim: remove mention of non-existing option
This commit is contained in:
@@ -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", "<hex>", "Provide explicit ATQA (2 bytes, overrides option t)"),
|
||||
arg_str0(NULL, "sak", "<hex>", "Provide explicit SAK (1 bytes, overrides option t)"),
|
||||
arg_str0(NULL, "atqa", "<hex>", "Provide explicit ATQA (2 bytes)"),
|
||||
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_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."),
|
||||
|
||||
Reference in New Issue
Block a user