mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
not use long argument
This commit is contained in:
parent
4b5913cc7c
commit
4f6bcb2198
1 changed files with 1 additions and 1 deletions
|
@ -2454,7 +2454,7 @@ static int CmdHF14AMfAutoPWN(const char *Cmd) {
|
|||
arg_lit0("a", NULL, "Input key A (def)"),
|
||||
arg_lit0("b", NULL, "Input key B"),
|
||||
arg_str0("f", "file", "<fn>", "filename of dictionary"),
|
||||
arg_str0("o", "output", "<fn>", "filename suffix for dump and key files"),
|
||||
arg_str0("o", NULL, "<fn>", "filename suffix for dump and key files"),
|
||||
arg_lit0(NULL, "slow", "Slower acquisition (required by some non standard cards)"),
|
||||
arg_lit0("l", "legacy", "legacy mode (use the slow `hf mf chk`)"),
|
||||
arg_lit0("v", "verbose", "verbose output"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue