mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
fix wrong arg num
This commit is contained in:
@@ -476,7 +476,7 @@ static int CmdHfIctCredential(const char * Cmd) {
|
||||
arg_param_end
|
||||
};
|
||||
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
||||
bool verbose = arg_get_lit(ctx, 5);
|
||||
bool verbose = arg_get_lit(ctx, 1);
|
||||
CLIParserFree(ctx);
|
||||
|
||||
SetAPDULogging(false);
|
||||
|
||||
Reference in New Issue
Block a user