mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Merge pull request #1091 from tcprst/iclass_wrbl_bugfix
fix missing newline in iclass restore helptext
This commit is contained in:
commit
c00e1e3da7
1 changed files with 1 additions and 1 deletions
|
@ -1696,7 +1696,7 @@ static int CmdHFiClassRestore(const char *Cmd) {
|
||||||
CLIParserInit(&ctx, "hf iclass restore",
|
CLIParserInit(&ctx, "hf iclass restore",
|
||||||
"Restore data from dumpfile onto a iCLASS tag",
|
"Restore data from dumpfile onto a iCLASS tag",
|
||||||
"hf iclass restore -f hf-iclass-AA162D30F8FF12F1-dump.bin --first 6 --last 18 --ki 0\n"
|
"hf iclass restore -f hf-iclass-AA162D30F8FF12F1-dump.bin --first 6 --last 18 --ki 0\n"
|
||||||
"hf iclass restore -f hf-iclass-AA162D30F8FF12F1-dump.bin --first 6 --last 18 --ki 0 --elite"
|
"hf iclass restore -f hf-iclass-AA162D30F8FF12F1-dump.bin --first 6 --last 18 --ki 0 --elite\n"
|
||||||
"hf iclass restore -f hf-iclass-AA162D30F8FF12F1-dump.bin --first 6 --last 18 -k 1122334455667788 --elite\n"
|
"hf iclass restore -f hf-iclass-AA162D30F8FF12F1-dump.bin --first 6 --last 18 -k 1122334455667788 --elite\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue