mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
textual
This commit is contained in:
parent
7b650e98a0
commit
485eccd670
1 changed files with 3 additions and 3 deletions
|
@ -372,7 +372,7 @@ static int CmdHF14AInfo(const char *Cmd) {
|
|||
void *argtable[] = {
|
||||
arg_param_begin,
|
||||
arg_lit0("vV", "verbose", "adds some information to results"),
|
||||
arg_lit0("nN", "naktest", "test for nack bug"),
|
||||
arg_lit0("nN", "nacktest", "test for nack bug"),
|
||||
arg_lit0("sS", "aidsearch", "checks if AIDs from aidlist.json is present on the card and prints information about found AIDs"),
|
||||
arg_param_end
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue