Fix help menu format

This commit is contained in:
Angel 2023-05-24 20:45:51 -04:00
commit 832afcd0d4

View file

@ -352,7 +352,7 @@ 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"
);