]> git.marmaro.de Git - mmh/blobdiff - uip/comp.c
Require at least 2 chars for `no' variants of switches.
[mmh] / uip / comp.c
index 5c088a83fc4fa32955e75b70e045ecd9263e3500..680c0fc91fde4338267f7cb95543696ba9026b12 100644 (file)
@@ -18,11 +18,11 @@ static struct swit switches[] = {
 #define USESW  2
        { "use", 0 },
 #define NUSESW  3
-       { "nouse", 0 },
+       { "nouse", 2 },
 #define WHATSW  4
        { "whatnowproc program", 0 },
 #define VERSIONSW  5
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  6
        { "help", 0 },
        { NULL, 0 }