Require at least 2 chars for `no' variants of switches.
[mmh] / uip / slocal.c
index bd6b0a2..ec788e3 100644 (file)
@@ -59,7 +59,7 @@ static struct swit switches[] = {
 #define VERBSW  8
        { "verbose", 0 },
 #define NVERBSW  9
-       { "noverbose", 0 },
+       { "noverbose", 2 },
 #define DEBUGSW  10
        { "debug", 0 },
 #define VERSIONSW  11