From 6609db82abde95907f88c2a033b6c9d7048905e6 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 11 Apr 2019 17:20:08 +0200 Subject: [PATCH] textual --- client/emv/cmdemv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/emv/cmdemv.c b/client/emv/cmdemv.c index 81cf63063..993aee37b 100644 --- a/client/emv/cmdemv.c +++ b/client/emv/cmdemv.c @@ -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} };