Fixed command description

Fixed command help file as it incorrectly shows -b instead of --blk
This commit is contained in:
Antiklesys 2023-10-19 23:35:09 +08:00
commit e2f7454abc
2 changed files with 2 additions and 2 deletions

View file

@ -1284,7 +1284,7 @@ static int CmdHFiClassESetBlk(const char *Cmd) {
CLIParserContext *ctx; CLIParserContext *ctx;
CLIParserInit(&ctx, "hf iclass esetblk", CLIParserInit(&ctx, "hf iclass esetblk",
"Sets an individual block in emulator memory.", "Sets an individual block in emulator memory.",
"hf iclass esetblk -b 7 -d 0000000000000000"); "hf iclass esetblk --blk 7 -d 0000000000000000");
void *argtable[] = { void *argtable[] = {
arg_param_begin, arg_param_begin,

View file

@ -3173,7 +3173,7 @@
"command": "hf iclass esetblk", "command": "hf iclass esetblk",
"description": "Sets an individual block in emulator memory.", "description": "Sets an individual block in emulator memory.",
"notes": [ "notes": [
"hf iclass esetblk -b 7 -d 0000000000000000" "hf iclass esetblk --blk 7 -d 0000000000000000"
], ],
"offline": false, "offline": false,
"options": [ "options": [