Require at least 2 chars for `no' variants of switches.
[mmh] / uip / comp.c
index 1c45a98..680c0fc 100644 (file)
@@ -18,7 +18,7 @@ static struct swit switches[] = {
 #define USESW  2
        { "use", 0 },
 #define NUSESW  3
-       { "nouse", 0 },
+       { "nouse", 2 },
 #define WHATSW  4
        { "whatnowproc program", 0 },
 #define VERSIONSW  5