mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix text
This commit is contained in:
parent
70e39ec0c4
commit
f2110c11ae
1 changed files with 1 additions and 1 deletions
|
@ -8234,7 +8234,7 @@ static int CmdHF14AGen4ChangePwd(const char *Cmd) {
|
||||||
|
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "hf mf gchpwd",
|
CLIParserInit(&ctx, "hf mf gchpwd",
|
||||||
"Save `magic gen4 gtu` card memory to file (bin/json)",
|
"Change access password for Gen4 GTU card. WARNING! If you dont KNOW the password - you CAN'T access it!!!",
|
||||||
"hf mf gchpwd --pwd 00000000 --newpwd 01020304"
|
"hf mf gchpwd --pwd 00000000 --newpwd 01020304"
|
||||||
);
|
);
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue