This commit is contained in:
iceman1001 2021-02-17 07:32:38 +01:00
parent 7a7d4654e1
commit 45fea41084

View file

@ -60,7 +60,7 @@ int CmdWiegandEncode(const char *Cmd) {
arg_u64_0(NULL, "issue", "<dec>", "issue level"),
arg_u64_0(NULL, "oem", "<dec>", "OEM code"),
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
};
CLIExecWithReturn(ctx, Cmd, argtable, true);