diff --git a/client/cmdhficlass.c b/client/cmdhficlass.c index 902f635b2..57ff3b05c 100644 --- a/client/cmdhficlass.c +++ b/client/cmdhficlass.c @@ -2496,7 +2496,7 @@ static command_t CommandTable[] = { {"dump", CmdHFiClassReader_Dump, 0, "[options..] Authenticate and Dump iClass tag's AA1"}, {"eload", CmdHFiClassELoad, 0, "[f ] (experimental) Load data into iClass emulator memory"}, {"encryptblk", CmdHFiClassEncryptBlk, 1, " Encrypt given block data"}, - {"list", CmdHFiClassList, 0, " (Deprecated) List iClass history"}, + {"list", CmdHFiClassList, 0, " List iClass history"}, {"loclass", CmdHFiClass_loclass, 1, "[options..] Use loclass to perform bruteforce of reader attack dump"}, {"lookup", CmdHFiClassLookUp, 1, "[options..] Uses authentication trace to check for key in dictionary file"}, {"managekeys", CmdHFiClassManageKeys, 1, "[options..] Manage the keys to use with iClass"}, diff --git a/client/cmdhflegic.c b/client/cmdhflegic.c index 140123b53..d4f1a4d3c 100644 --- a/client/cmdhflegic.c +++ b/client/cmdhflegic.c @@ -1301,7 +1301,7 @@ static command_t CommandTable[] = { {"crc", CmdLegicCalcCrc, 1, "Calculate Legic CRC over given bytes"}, {"eload", CmdLegicELoad, 1, "Load binary dump to emulator memory"}, {"esave", CmdLegicESave, 1, "Save emulator memory to binary file"}, - {"list", CmdLegicList, 1, "[Deprecated] List LEGIC history"}, + {"list", CmdLegicList, 1, "List LEGIC history"}, {"wipe", CmdLegicWipe, 1, "Wipe a LEGIC Prime tag"}, {NULL, NULL, 0, NULL} }; diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 39f8c2e73..07586881e 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -3526,7 +3526,7 @@ int CmdHF14AMfList(const char *Cmd) { static command_t CommandTable[] = { {"help", CmdHelp, 1, "This help"}, - {"list", CmdHF14AMfList, 0, "[Deprecated] List ISO 14443-a / Mifare history"}, + {"list", CmdHF14AMfList, 0, "List Mifare history"}, {"darkside", CmdHF14AMfDarkside, 0, "Darkside attack. read parity error messages."}, {"nested", CmdHF14AMfNested, 0, "Nested attack. Test nested authentication"}, {"hardnested", CmdHF14AMfNestedHard, 0, "Nested attack for hardened Mifare cards"}, diff --git a/client/cmdhftopaz.c b/client/cmdhftopaz.c index 948c7c191..64cf09647 100644 --- a/client/cmdhftopaz.c +++ b/client/cmdhftopaz.c @@ -513,7 +513,7 @@ static command_t CommandTable[] = { {"sim", CmdHFTopazSim, 0, " -- Simulate Topaz tag"}, {"sniff", CmdHF14ASniff, 0, "Sniff Topaz reader-tag communication"}, {"raw", CmdHFTopazCmdRaw, 0, "Send raw hex data to tag"}, - {"list", CmdHFTopazList, 0, "[Deprecated] List Topaz history"}, + {"list", CmdHFTopazList, 0, "List Topaz history"}, {NULL, NULL, 0, NULL} };