]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: better not to show the unfinished commands..
authoriceman1001 <iceman@iuse.se>
Sat, 27 Feb 2016 18:48:19 +0000 (19:48 +0100)
committericeman1001 <iceman@iuse.se>
Sat, 27 Feb 2016 18:48:19 +0000 (19:48 +0100)
client/cmdlfguard.c

index b2079d8344c48085f86a6ad72449f10adba7ed4e..7f58e99484aca889d2f1291c95f0826d7ba66300 100644 (file)
@@ -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, "<Facility-Code> <Card Number>  clone Guardall tag"},
-       {"sim",         CmdGuardSim,   0, "<Facility-Code> <Card Number>  simulate Guardall tag"},
+//     {"clone",       CmdGuardClone, 0, "<Facility-Code> <Card Number>  clone Guardall tag"},
+//     {"sim",         CmdGuardSim,   0, "<Facility-Code> <Card Number>  simulate Guardall tag"},
     {NULL, NULL, 0, NULL}
 };
 
Impressum, Datenschutz