fix cliparser for hf st sim UID

This commit is contained in:
tcprst
2020-10-02 21:35:09 -04:00
parent 3787c6e991
commit 3da2130153

View File

@@ -321,7 +321,7 @@ static int cmd_hf_st_sim(const char *Cmd) {
void *argtable[] = {
arg_param_begin,
arg_strx1("u", "uid", "<hex>", "7 byte UID"),
arg_str1("u", "uid", "<hex>", "7 byte UID"),
arg_param_end
};
CLIExecWithReturn(ctx, Cmd, argtable, false);