This commit is contained in:
iceman1001 2019-04-11 17:20:08 +02:00
parent a872f04c1e
commit 6609db82ab

View file

@ -1961,7 +1961,7 @@ static command_t CommandTable[] = {
{"sim", CmdEmvSim, 0, "simulate EMV tag"},
{"clone", CmdEmvClone, 0, "clone an EMV tag"},
*/
{"list", CmdEMVList, 0, "[Deprecated] List ISO7816 history"},
{"list", CmdEMVList, 0, "List ISO7816 history"},
{"roca", CmdEMVRoca, 0, "Extract public keys and run ROCA test"},
{NULL, NULL, 0, NULL}
};