chg: list should always be available, since we can now load / save trace files.

This commit is contained in:
iceman1001 2019-05-02 10:42:02 +02:00
commit 0cedfc7b2b
10 changed files with 10 additions and 10 deletions

View file

@ -1281,7 +1281,7 @@ static command_t CommandTable[] = {
{"crc", CmdLegicCalcCrc, AlwaysAvailable, "Calculate Legic CRC over given bytes"},
{"eload", CmdLegicELoad, IfPm3Legicrf, "Load binary dump to emulator memory"},
{"esave", CmdLegicESave, IfPm3Legicrf, "Save emulator memory to binary file"},
{"list", CmdLegicList, IfPm3Legicrf, "List LEGIC history"},
{"list", CmdLegicList, AlwaysAvailable, "List LEGIC history"},
{"wipe", CmdLegicWipe, IfPm3Legicrf, "Wipe a LEGIC Prime tag"},
{NULL, NULL, NULL, NULL}
};