mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
hf mf sim: remove mention of non-existing option
This commit is contained in:
parent
37e8812dfb
commit
91004aa2f1
1 changed files with 2 additions and 2 deletions
|
@ -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."),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue