Require at least 2 chars for `no' variants of switches.
[mmh] / uip / mhstore.c
index 259acf3..b0c08da 100644 (file)
@@ -21,7 +21,7 @@ static struct swit switches[] = {
 #define AUTOSW  0
        { "auto", 0 },
 #define NAUTOSW  1
-       { "noauto", 0 },
+       { "noauto", 2 },
 #define FILESW  2  /* interface from show */
        { "file file", 0 },
 #define PARTSW  3