fix cliparser for hf st sim UID

This commit is contained in:
tcprst 2020-10-02 21:35:09 -04:00
commit 3da2130153
No known key found for this signature in database
GPG key ID: 9145EAF5121AED25

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