Fixed broken swit numbering (there are more files to fix)
[mmh] / uip / inc.c
index ca1cc72..f9aae76 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -52,19 +52,19 @@ static struct swit switches[] = {
        { "form formatfile", 0 },
 #define FMTSW  6
        { "format string", 5 },
-#define SILSW  12
+#define SILSW  7
        { "silent", 0 },
-#define NSILSW  13
+#define NSILSW  8
        { "nosilent", 0 },
-#define TRNCSW  14
+#define TRNCSW  9
        { "truncate", 0 },
-#define NTRNCSW  15
+#define NTRNCSW  10
        { "notruncate", 0 },
-#define WIDTHSW  16
+#define WIDTHSW  11
        { "width columns", 0 },
-#define VERSIONSW  17
+#define VERSIONSW  12
        { "version", 0 },
-#define HELPSW  18
+#define HELPSW  13
        { "help", 0 },
 };