mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
small fix
This commit is contained in:
parent
8d81aa8c23
commit
efae09c1f2
1 changed files with 2 additions and 2 deletions
|
@ -558,9 +558,9 @@ int CmdHF14AMfNested(const char *Cmd)
|
|||
if (strlen(Cmd)<3) {
|
||||
PrintAndLog("Usage:");
|
||||
PrintAndLog(" all sectors: hf mf nested <card memory> <block number> <key A/B> <key (12 hex symbols)> [t,d]");
|
||||
PrintAndLog(" all sectors autosearch key: hf mf nested <card memory> * [t,d]");
|
||||
PrintAndLog(" one sector: hf mf nested o <block number> <key A/B> <key (12 hex symbols)>");
|
||||
PrintAndLog(" <target block number> <target key A/B> [t]");
|
||||
PrintAndLog(" all sectors autosearch key: hf mf nested <card memory> * [t,d]");
|
||||
PrintAndLog(" ");
|
||||
PrintAndLog("card memory - 0 - MINI(320 bytes), 1 - 1K, 2 - 2K, 4 - 4K, <other> - 1K");
|
||||
PrintAndLog("t - transfer keys to emulator memory");
|
||||
|
@ -593,7 +593,7 @@ int CmdHF14AMfNested(const char *Cmd)
|
|||
default: SectorsCnt = ParamCardSizeSectors(cmdp);
|
||||
}
|
||||
|
||||
// if - block number
|
||||
// block number. number or autosearch key (*)
|
||||
if (param_getchar(Cmd, 1) == '*') {
|
||||
autosearchKey = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue