diff --git a/client/src/cmdhfmfdes.c b/client/src/cmdhfmfdes.c index 42ea575ef..4df2adb46 100644 --- a/client/src/cmdhfmfdes.c +++ b/client/src/cmdhfmfdes.c @@ -4951,7 +4951,7 @@ static command_t CommandTable[] = { {"getuid", CmdHF14ADesGetUID, IfPm3Iso14443a, "Get uid from card"}, {"default", CmdHF14ADesDefault, IfPm3Iso14443a, "Set defaults for all the commands"}, {"auth", CmdHF14ADesAuth, IfPm3Iso14443a, "MIFARE DesFire Authentication"}, - {"chk", CmdHF14aDesChk, IfPm3Iso14443a, "[old]Check keys"}, + {"chk", CmdHF14aDesChk, IfPm3Iso14443a, "Check keys"}, {"freemem", CmdHF14ADesGetFreeMem, IfPm3Iso14443a, "Get free memory size"}, {"setconfig", CmdHF14ADesSetConfiguration, IfPm3Iso14443a, "Set card configuration"}, {"formatpicc", CmdHF14ADesFormatPICC, IfPm3Iso14443a, "Format PICC"},