Merge pull request #2692 from jof/jof/15-view-typo

Fix `hf 15 view` command examples
This commit is contained in:
Iceman 2024-12-18 17:31:20 +01:00 committed by GitHub
commit e5da42dc92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -3337,7 +3337,7 @@ static int CmdHF15View(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "hf 15 view", CLIParserInit(&ctx, "hf 15 view",
"Print a ISO-15693 tag dump file (bin/eml/json)", "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[] = { void *argtable[] = {
arg_param_begin, arg_param_begin,

View file

@ -2081,7 +2081,7 @@
"command": "hf 15 view", "command": "hf 15 view",
"description": "Print a ISO-15693 tag dump file (bin/eml/json)", "description": "Print a ISO-15693 tag dump file (bin/eml/json)",
"notes": [ "notes": [
"hf 15 view -f hf-iclass-AA162D30F8FF12F1-dump.bin" "hf 15 view -f hf-15-1122334455667788-dump.bin"
], ],
"offline": true, "offline": true,
"options": [ "options": [