Merge pull request #2142 from Antiklesys/master

Fixed esetblk command description
This commit is contained in:
Iceman 2023-10-19 21:13:04 +02:00 committed by GitHub
commit 74fe87c3c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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": [