mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Fix a bug
I can't code Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
This commit is contained in:
parent
9c5079dc9d
commit
022c06c596
1 changed files with 1 additions and 2 deletions
|
@ -596,8 +596,7 @@ static int CmdHFMFPInitPerso(const char *Cmd) {
|
||||||
static int CmdHFMFPCommitPerso(const char *Cmd) {
|
static int CmdHFMFPCommitPerso(const char *Cmd) {
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "hf mfp commitp",
|
CLIParserInit(&ctx, "hf mfp commitp",
|
||||||
"Executes Commit Perso command. Can be used in SL0 mode only.",
|
"Executes Commit Perso command. Can be used in SL0 mode only.\nOBS! This command will not be executed if CardConfigKey, CardMasterKey and L3SwitchKey AES keys are not written.",
|
||||||
"OBS! This command will not be executed if CardConfigKey, CardMasterKey and L3SwitchKey AES keys are not written.",
|
|
||||||
"hf mfp commitp\n"
|
"hf mfp commitp\n"
|
||||||
// "hf mfp commitp --sl 1"
|
// "hf mfp commitp --sl 1"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue