mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Merge pull request #2729 from aoxhwjfoavdlhsvfpzha/patch-1
Update cmdlfhitag.c
This commit is contained in:
commit
75eb897594
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue