Skip to content

Commit

Permalink
Merge pull request #2692 from jof/jof/15-view-typo
Browse files Browse the repository at this point in the history
Fix `hf 15 view` command examples
  • Loading branch information
iceman1001 authored Dec 18, 2024
2 parents a1a9b50 + cab81f4 commit e5da42d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/cmdhf15.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion doc/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit e5da42d

Please sign in to comment.