hf iclass lookup - fix wrong arg order

This commit is contained in:
iceman1001 2021-04-27 15:16:27 +02:00
parent 63b9adbffb
commit bbdb2d7c95

View file

@ -3222,8 +3222,8 @@ static int CmdHFiClassLookUp(const char *Cmd) {
arg_str1(NULL, "csn", "<hex>", "Specify CSN as 8 hex bytes"),
arg_str1(NULL, "epurse", "<hex>", "Specify ePurse as 8 hex bytes"),
arg_str1(NULL, "macs", "<hex>", "MACs"),
arg_lit0(NULL, "raw", "no computations applied to key"),
arg_lit0(NULL, "elite", "Elite computations applied to key"),
arg_lit0(NULL, "raw", "no computations applied to key"),
arg_param_end
};
CLIExecWithReturn(ctx, Cmd, argtable, false);