]> git.marmaro.de Git - mmh/blobdiff - uip/mhbuild.c
Require at least 2 chars for `no' variants of switches.
[mmh] / uip / mhbuild.c
index 67b2e0e8112925b9e8538c321417b0787483cae0..76626dbba9c0de101ea897e65ee00222e098c24e 100644 (file)
@@ -32,9 +32,9 @@ static struct swit switches[] = {
 #define VERBSW  0
        { "verbose", 0 },
 #define NVERBSW  1
-       { "noverbose", 0 },
+       { "noverbose", 2 },
 #define VERSIONSW  2
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  3
        { "help", 0 },
 #define DEBUGSW  4