mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Merge pull request #2692 from jof/jof/15-view-typo
Fix `hf 15 view` command examples
This commit is contained in:
commit
e5da42dc92
2 changed files with 2 additions and 2 deletions
|
@ -3337,7 +3337,7 @@ static int CmdHF15View(const char *Cmd) {
|
|||
CLIParserContext *ctx;
|
||||
CLIParserInit(&ctx, "hf 15 view",
|
||||
"Print a ISO-15693 tag dump file (bin/eml/json)",
|
||||
"hf 15 view -f hf-iclass-AA162D30F8FF12F1-dump.bin\n"
|
||||
"hf 15 view -f hf-15-1122334455667788-dump.bin\n"
|
||||
);
|
||||
void *argtable[] = {
|
||||
arg_param_begin,
|
||||
|
|
|
@ -2081,7 +2081,7 @@
|
|||
"command": "hf 15 view",
|
||||
"description": "Print a ISO-15693 tag dump file (bin/eml/json)",
|
||||
"notes": [
|
||||
"hf 15 view -f hf-iclass-AA162D30F8FF12F1-dump.bin"
|
||||
"hf 15 view -f hf-15-1122334455667788-dump.bin"
|
||||
],
|
||||
"offline": true,
|
||||
"options": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue