From cab81f4c916a7bdc17d3317286fdfef8700722e0 Mon Sep 17 00:00:00 2001 From: Jonathan Lassoff Date: Wed, 18 Dec 2024 11:26:53 +0000 Subject: [PATCH] Fix `hf 15 view` command examples --- client/src/cmdhf15.c | 2 +- doc/commands.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/cmdhf15.c b/client/src/cmdhf15.c index b93cf0191..b9014fe35 100644 --- a/client/src/cmdhf15.c +++ b/client/src/cmdhf15.c @@ -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, diff --git a/doc/commands.json b/doc/commands.json index d5f9ca438..aca2de7f7 100644 --- a/doc/commands.json +++ b/doc/commands.json @@ -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": [