mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Merge pull request #2692 from jof/jof/15-view-typo
Fix `hf 15 view` command examples
This commit is contained in:
@@ -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,
|
||||
|
||||
+1
-1
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user