mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
Fix help menu format
This commit is contained in:
parent
207e5bbc53
commit
832afcd0d4
1 changed files with 2 additions and 2 deletions
|
@ -352,13 +352,13 @@ static int CmdParadoxSim(const char *Cmd) {
|
|||
CLIParserInit(&ctx, "lf paradox sim",
|
||||
"Enables simulation of paradox card with specified card number.\n"
|
||||
"Simulation runs until the button is pressed or another USB command is issued.",
|
||||
"lf paradox sim --raw 0f55555695596a6a9999a59a -> simulate tag"
|
||||
"lf paradox sim --raw 0f55555695596a6a9999a59a -> simulate tag\n"
|
||||
"lf paradox clone --fc 96 --cn 40426 -> simulate tag with fc and cn\n"
|
||||
);
|
||||
|
||||
void *argtable[] = {
|
||||
arg_param_begin,
|
||||
arg_str0("r", "raw", "<hex>", " raw hex data. 12 bytes"),
|
||||
arg_str0("r", "raw", "<hex>", "raw hex data. 12 bytes"),
|
||||
arg_u64_0(NULL, "fc", "<dec>", "facility code"),
|
||||
arg_u64_0(NULL, "cn", "<dec>", "card number"),
|
||||
arg_param_end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue