mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 22:23:38 -07:00
small fix "hf mf cwipe" command help
This commit is contained in:
parent
968ff9475d
commit
8b437bfd05
1 changed files with 1 additions and 1 deletions
|
@ -1877,7 +1877,7 @@ int CmdHF14AMfCWipe(const char *Cmd)
|
||||||
PrintAndLog("sample: hf mf cwipe 1 w s");
|
PrintAndLog("sample: hf mf cwipe 1 w s");
|
||||||
PrintAndLog("[card size]: 0 = 320 bytes (Mifare Mini), 1 = 1K (default), 2 = 2K, 4 = 4K");
|
PrintAndLog("[card size]: 0 = 320 bytes (Mifare Mini), 1 = 1K (default), 2 = 2K, 4 = 4K");
|
||||||
PrintAndLog("w - Wipe magic Chinese card (only works with gen:1a cards)");
|
PrintAndLog("w - Wipe magic Chinese card (only works with gen:1a cards)");
|
||||||
PrintAndLog("f - Fill the card with default data and keys");
|
PrintAndLog("f - Fill the card with default data and keys (works with gen:1a and gen:1b cards only)");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue