From 2453ca6529057d9dc060a00c45058e0b7090e5b7 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 27 Feb 2016 19:48:19 +0100 Subject: [PATCH] CHG: better not to show the unfinished commands.. --- client/cmdlfguard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} }; -- 2.39.2