Merge pull request #2729 from aoxhwjfoavdlhsvfpzha/patch-1

Update cmdlfhitag.c
This commit is contained in:
Iceman 2025-01-25 12:22:50 +01:00 committed by GitHub
commit 75eb897594
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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