diff --git a/client/cmdlfguard.c b/client/cmdlfguard.c index b2079d834..7f58e9948 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} };