mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-01 10:34:45 +08:00
fix lf wiegand - only take one format
This commit is contained in:
parent
422ca0de20
commit
30cc0b4b48
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ int CmdWiegandEncode(const char *Cmd) {
|
||||||
arg_u64_1(NULL, "cn", "<dec>", "card number"),
|
arg_u64_1(NULL, "cn", "<dec>", "card number"),
|
||||||
arg_u64_0(NULL, "issue", "<dec>", "issue level"),
|
arg_u64_0(NULL, "issue", "<dec>", "issue level"),
|
||||||
arg_u64_0(NULL, "oem", "<dec>", "OEM code"),
|
arg_u64_0(NULL, "oem", "<dec>", "OEM code"),
|
||||||
arg_strx1("w", "wiegand", "<format>", "see `wiegand list` for available formats"),
|
arg_str1("w", "wiegand", "<format>", "see `wiegand list` for available formats"),
|
||||||
arg_param_end
|
arg_param_end
|
||||||
};
|
};
|
||||||
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
||||||
|
|
Loading…
Reference in a new issue