mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Merge pull request #2367 from kitsunehunter/update_elite_helptext
update iclass elite key chk helptext
This commit is contained in:
commit
6e6fa4270b
1 changed files with 1 additions and 1 deletions
|
@ -3581,7 +3581,7 @@ static int CmdHFiClassCheckKeys(const char *Cmd) {
|
||||||
CLIParserInit(&ctx, "hf iclass chk",
|
CLIParserInit(&ctx, "hf iclass chk",
|
||||||
"Checkkeys loads a dictionary text file with 8byte hex keys to test authenticating against a iClass tag",
|
"Checkkeys loads a dictionary text file with 8byte hex keys to test authenticating against a iClass tag",
|
||||||
"hf iclass chk -f iclass_default_keys.dic\n"
|
"hf iclass chk -f iclass_default_keys.dic\n"
|
||||||
"hf iclass chk -f iclass_default_keys.dic --elite");
|
"hf iclass chk -f iclass_elite_keys.dic --elite");
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
arg_param_begin,
|
arg_param_begin,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue