This commit is contained in:
iceman1001 2019-04-11 17:19:48 +02:00
commit a872f04c1e
4 changed files with 4 additions and 4 deletions

View file

@ -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}
};