mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-08 09:10:06 +08:00
fix double param name
This commit is contained in:
parent
8d2e4adad1
commit
5a6440f298
1 changed files with 1 additions and 1 deletions
|
@ -2039,7 +2039,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_lit0("s", "slow", "Slower acquisition (required by some non standard cards)"),
|
||||
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 (statistics)"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue