mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-12 07:20:58 +08:00
fix hf mf restore help text
This commit is contained in:
parent
fe75de7440
commit
c0444d4352
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@ static int CmdHF14AMfRestore(const char *Cmd) {
|
||||||
"\n"
|
"\n"
|
||||||
"`--uid` param is used for filename templates `hf-mf-<uid>-dump.bin` and `hf-mf-<uid>-key.bin.\n"
|
"`--uid` param is used for filename templates `hf-mf-<uid>-dump.bin` and `hf-mf-<uid>-key.bin.\n"
|
||||||
" If not specified, it will read the card uid instead.\n"
|
" If not specified, it will read the card uid instead.\n"
|
||||||
" `-w` param you can indicate that the key file should be used for authentication instead.\n"
|
" `--ka` param you can indicate that the key file should be used for authentication instead.\n"
|
||||||
" if so we also try both B/A keys",
|
" if so we also try both B/A keys",
|
||||||
"hf mf restore\n"
|
"hf mf restore\n"
|
||||||
"hf mf restore --1k --uid 04010203\n"
|
"hf mf restore --1k --uid 04010203\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue