Require at least 2 chars for `no' variants of switches.
[mmh] / uip / mhbuild.c
index 12e6548..76626db 100644 (file)
@@ -32,7 +32,7 @@ static struct swit switches[] = {
 #define VERBSW  0
        { "verbose", 0 },
 #define NVERBSW  1
-       { "noverbose", 0 },
+       { "noverbose", 2 },
 #define VERSIONSW  2
        { "Version", 0 },
 #define HELPSW  3