mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Merge pull request #2142 from Antiklesys/master
Fixed esetblk command description
This commit is contained in:
commit
74fe87c3c3
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