From: iceman1001 Date: Sat, 27 Feb 2016 18:48:19 +0000 (+0100) Subject: CHG: better not to show the unfinished commands.. X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/2453ca6529057d9dc060a00c45058e0b7090e5b7 CHG: better not to show the unfinished commands.. --- diff --git a/client/cmdlfguard.c b/client/cmdlfguard.c index b2079d83..7f58e994 100644 --- a/client/cmdlfguard.c +++ b/client/cmdlfguard.c @@ -207,8 +207,8 @@ int CmdGuardSim(const char *Cmd) { static command_t CommandTable[] = { {"help", CmdHelp, 1, "This help"}, {"read", CmdGuardRead, 0, "Attempt to read and extract tag data"}, - {"clone", CmdGuardClone, 0, " clone Guardall tag"}, - {"sim", CmdGuardSim, 0, " simulate Guardall tag"}, +// {"clone", CmdGuardClone, 0, " clone Guardall tag"}, +// {"sim", CmdGuardSim, 0, " simulate Guardall tag"}, {NULL, NULL, 0, NULL} };