Require at least 2 chars for `no' variants of switches.
[mmh] / uip / mhshow.c
index 1ee5c82..e1bcf8f 100644 (file)
@@ -20,7 +20,7 @@ static struct swit switches[] = {
 #define VERBSW  0
        { "verbose", 0 },
 #define NVERBSW  1
 #define VERBSW  0
        { "verbose", 0 },
 #define NVERBSW  1
-       { "noverbose", 0 },
+       { "noverbose", 2 },
 #define FILESW  2  /* interface from show */
        { "file file", 0 },
 #define FORMSW  3
 #define FILESW  2  /* interface from show */
        { "file file", 0 },
 #define FORMSW  3