mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07: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[] = {
|
void *argtable[] = {
|
||||||
arg_param_begin,
|
arg_param_begin,
|
||||||
arg_lit0("vV", "verbose", "adds some information to results"),
|
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_lit0("sS", "aidsearch", "checks if AIDs from aidlist.json is present on the card and prints information about found AIDs"),
|
||||||
arg_param_end
|
arg_param_end
|
||||||
};
|
};
|
||||||
|
@ -382,8 +382,8 @@ static int CmdHF14AInfo(const char *Cmd) {
|
||||||
do_nack_test = arg_get_lit(2);
|
do_nack_test = arg_get_lit(2);
|
||||||
do_aid_search = arg_get_lit(3);
|
do_aid_search = arg_get_lit(3);
|
||||||
|
|
||||||
CLIParserFree();
|
CLIParserFree();
|
||||||
|
|
||||||
infoHF14A(verbose, do_nack_test, do_aid_search);
|
infoHF14A(verbose, do_nack_test, do_aid_search);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue