fix wrong arg num

This commit is contained in:
iceman1001
2024-02-13 17:32:33 +01:00
parent 378e3cd254
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);