mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix cliparser for hf st sim UID
This commit is contained in:
parent
3787c6e991
commit
3da2130153
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ static int cmd_hf_st_sim(const char *Cmd) {
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
arg_param_begin,
|
arg_param_begin,
|
||||||
arg_strx1("u", "uid", "<hex>", "7 byte UID"),
|
arg_str1("u", "uid", "<hex>", "7 byte UID"),
|
||||||
arg_param_end
|
arg_param_end
|
||||||
};
|
};
|
||||||
CLIExecWithReturn(ctx, Cmd, argtable, false);
|
CLIExecWithReturn(ctx, Cmd, argtable, false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue