Fix note for hf fudan wrbl

This commit is contained in:
Self Not Found
2023-06-27 11:28:11 +08:00
committed by GitHub
parent adfebd6510
commit 9db65186e3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ static int CmdHFFudanWrBl(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "hf fudan wrbl",
"Write fudan block with 4 hex bytes of data\n",
"hf mf wrbl --blk 1 -k FFFFFFFFFFFF -d 01020304"
"hf fudan wrbl --blk 1 -k FFFFFFFFFFFF -d 01020304"
);
void *argtable[] = {
arg_param_begin,
+1 -1
View File
@@ -2867,7 +2867,7 @@
"command": "hf fudan wrbl",
"description": "Write fudan block with 4 hex bytes of data",
"notes": [
"hf mf wrbl --blk 1 -k FFFFFFFFFFFF -d 01020304"
"hf fudan wrbl --blk 1 -k FFFFFFFFFFFF -d 01020304"
],
"offline": false,
"options": [