Require at least 2 chars for `no' variants of switches.
[mmh] / uip / send.c
index 84e05df..06058e8 100644 (file)
@@ -60,11 +60,11 @@ static struct swit switches[] = {
 #define VERBSW  2
        { "verbose", 0 },
 #define NVERBSW  3
-       { "noverbose", 0 },
+       { "noverbose", 2 },
 #define WATCSW  4
        { "watch", 0 },
 #define NWATCSW  5
-       { "nowatch", 0 },
+       { "nowatch", 2 },
 #define VERSIONSW  6
        { "Version", 0 },
 #define HELPSW  7