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

@ -509,7 +509,7 @@ static command_t CommandTable[] = {
{"sim", CmdHFTopazSim, IfPm3Iso14443a, "<UID> -- Simulate Topaz tag"},
{"sniff", CmdHF14ASniff, IfPm3Iso14443a, "Sniff Topaz reader-tag communication"},
{"raw", CmdHFTopazCmdRaw, IfPm3Iso14443a, "Send raw hex data to tag"},
{"list", CmdHFTopazList, IfPm3Iso14443a, "List Topaz history"},
{"list", CmdHFTopazList, AlwaysAvailable, "List Topaz history"},
{NULL, NULL, 0, NULL}
};