Require at least 2 chars for `no' variants of switches.
[mmh] / uip / mark.c
index 3818c29..c1da644 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