mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Fixed command description
Fixed command help file as it incorrectly shows -b instead of --blk
This commit is contained in:
parent
0a42e92d11
commit
e2f7454abc
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue