mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
text
This commit is contained in:
parent
7a7d4654e1
commit
45fea41084
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ int CmdWiegandEncode(const char *Cmd) {
|
||||||
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_str0("w", "wiegand", "<format>", "see `wiegand list` for available formats"),
|
arg_str0("w", "wiegand", "<format>", "see `wiegand list` for available formats"),
|
||||||
arg_lit0(NULL, "pre", "add HID preamble to wiegand"),
|
arg_lit0(NULL, "pre", "add HID ProxII preamble to wiegand output"),
|
||||||
arg_param_end
|
arg_param_end
|
||||||
};
|
};
|
||||||
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue