mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
text
This commit is contained in:
parent
ea5625c304
commit
e29bbcf6c3
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ int CmdWiegandEncode(const char *Cmd) {
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "wiegand encode",
|
CLIParserInit(&ctx, "wiegand encode",
|
||||||
"Encode wiegand formatted number to raw hex",
|
"Encode wiegand formatted number to raw hex",
|
||||||
"wiegand encode -w H10301 --fc 101 --cn 1337"
|
"wiegand encode --fc 101 --cn 1337 -> show all formats\n"
|
||||||
|
"wiegand encode -w H10301 --fc 101 --cn 1337 -> H10301 format "
|
||||||
);
|
);
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue