fix wrong arg num

This commit is contained in:
iceman1001 2024-02-13 17:32:33 +01:00
commit dac0a392bd

View file

@ -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);