Update cmdlfhitag.c

lf hitag chk helptext had a misplaced newline

Signed-off-by: aoxhwjfoavdlhsvfpzha <58840974+aoxhwjfoavdlhsvfpzha@users.noreply.github.com>
This commit is contained in:
aoxhwjfoavdlhsvfpzha 2025-01-25 03:06:11 -08:00 committed by GitHub
parent ecea5db50b
commit 80558f26e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1888,7 +1888,7 @@ static int CmdLFHitag2Chk(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "lf hitag chk",
"Run dictionary key or password recovery against Hitag card.",
"lf hitag chk\n -> checks for both pwd / crypto keys"
"lf hitag chk -> checks for both pwd / crypto keys\n"
"lf hitag chk --crypto -> use def dictionary\n"
"lf hitag chk --pwd -f my.dic -> pwd mode, custom dictionary"
);