]> git.marmaro.de Git - mmh/blobdiff - uip/mark.c
Require at least 2 chars for `no' variants of switches.
[mmh] / uip / mark.c
index 3818c29babbef376f0229edf2cf7a86761663f58..c1da64454dec00df55a28933950d8ae4f96fbe1f 100644 (file)
@@ -23,11 +23,11 @@ static struct swit switches[] = {
 #define PUBLSW  4
        { "public", 0 },
 #define NPUBLSW  5
-       { "nopublic", 0 },
+       { "nopublic", 2 },
 #define ZEROSW  6
        { "zero", 0 },
 #define NZEROSW  7
-       { "nozero", 0 },
+       { "nozero", 2 },
 #define VERSIONSW  8
        { "Version", 0 },
 #define HELPSW  9