Require at least 2 chars for `no' variants of switches.
[mmh] / uip / mhparam.c
index fe98461..a339945 100644 (file)
@@ -15,7 +15,7 @@ static struct swit switches[] = {
 #define COMPSW  0
        { "components", 0 },
 #define NCOMPSW  1
-       { "nocomponents", 0 },
+       { "nocomponents", 2 },
 #define ALLSW  2
        { "all", 0 },
 #define VERSIONSW 3