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

@ -1116,7 +1116,7 @@ static int CmdHF14AChaining(const char *Cmd) {
static command_t CommandTable[] = {
{"help", CmdHelp, AlwaysAvailable, "This help"},
{"list", CmdHF14AList, IfPm3Iso14443a, "List ISO 14443-a history"},
{"list", CmdHF14AList, AlwaysAvailable, "List ISO 14443-a history"},
{"info", CmdHF14AInfo, IfPm3Iso14443a, "Tag information"},
{"reader", CmdHF14AReader, IfPm3Iso14443a, "Act like an ISO14443-a reader"},
{"cuids", CmdHF14ACUIDs, IfPm3Iso14443a, "<n> Collect n>0 ISO14443-a UIDs in one go"},