Require at least 2 chars for `no' variants of switches.
[mmh] / uip / sortm.c
index 9e96d5a..4cd999d 100644 (file)
@@ -16,15 +16,15 @@ static struct swit switches[] = {
 #define TEXTSW  1
         { "textfield field", 0 },
 #define NSUBJSW  2
 #define TEXTSW  1
         { "textfield field", 0 },
 #define NSUBJSW  2
-        { "notextfield", 0 },
+        { "notextfield", 2 },
 #define LIMSW  3
         { "limit days", 0 },
 #define NLIMSW  4
 #define LIMSW  3
         { "limit days", 0 },
 #define NLIMSW  4
-        { "nolimit", 0 },
+        { "nolimit", 2 },
 #define VERBSW  5
         { "verbose", 0 },
 #define NVERBSW  6
 #define VERBSW  5
         { "verbose", 0 },
 #define NVERBSW  6
-        { "noverbose", 0 },
+        { "noverbose", 2 },
 #define VERSIONSW  7
         { "Version", 0 },
 #define HELPSW  8
 #define VERSIONSW  7
         { "Version", 0 },
 #define HELPSW  8