From 80558f26e77c08bd7c3559b981e80a5b9ffa9cf4 Mon Sep 17 00:00:00 2001 From: aoxhwjfoavdlhsvfpzha <58840974+aoxhwjfoavdlhsvfpzha@users.noreply.github.com> Date: Sat, 25 Jan 2025 03:06:11 -0800 Subject: [PATCH] Update cmdlfhitag.c lf hitag chk helptext had a misplaced newline Signed-off-by: aoxhwjfoavdlhsvfpzha <58840974+aoxhwjfoavdlhsvfpzha@users.noreply.github.com> --- client/src/cmdlfhitag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdlfhitag.c b/client/src/cmdlfhitag.c index 7fac8fa45..a09b59e49 100644 --- a/client/src/cmdlfhitag.c +++ b/client/src/cmdlfhitag.c @@ -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" );