add helptext

This commit is contained in:
merlokk 2021-07-19 18:46:35 +03:00
parent d50c72b30e
commit 1e1c3ec210

View file

@ -1061,9 +1061,10 @@ static void PrintKeySettingsApp(uint8_t keysettings, uint8_t numkeys, bool print
break; break;
default: default:
PrintAndLogEx(SUCCESS, PrintAndLogEx(SUCCESS,
"-- Authentication with the specified key is necessary to change any key.\n" "-- Authentication with the specified key " _YELLOW_("(0x%02x)") " is necessary to change any key.\n"
"A change key and a PICC master key (CMK) can only be changed after authentication with the master key.\n" "A change key and a PICC master key (CMK) can only be changed after authentication with the master key.\n"
"For keys other then the master or change key, an authentication with the same key is needed." "For keys other then the master or change key, an authentication with the same key is needed.",
(rights >> 4) & 0x0f
); );
break; break;
} }