Skip to content

Commit

Permalink
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Jun 27, 2023
2 parents f36ec46 + 83b312e commit c12a54e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/cmdhffudan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion doc/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit c12a54e

Please sign in to comment.