mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-25 17:38:09 +08:00
text
This commit is contained in:
parent
9eccb07106
commit
4f3447a4ab
1 changed files with 1 additions and 1 deletions
|
@ -2796,7 +2796,7 @@ static int CmdHF14AMfUCSetUid(const char *Cmd) {
|
|||
|
||||
void *argtable[] = {
|
||||
arg_param_begin,
|
||||
arg_str0("uk", "uid", "<hex>", "new uid (7 bytes)"),
|
||||
arg_str0("u", "uid", "<hex>", "new uid (7 bytes)"),
|
||||
arg_param_end
|
||||
};
|
||||
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
||||
|
|
Loading…
Reference in a new issue