]> git.marmaro.de Git - mmh/blobdiff - uip/send.c
Require at least 2 chars for `no' variants of switches.
[mmh] / uip / send.c
index 84e05dfb31386d64a6d1b312c8156e945bbba8ef..06058e86561f7f63074f66796b8e009b7e4118f3 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