]> git.marmaro.de Git - mmh/blobdiff - uip/inc.c
Fixed broken swit numbering (there are more files to fix)
[mmh] / uip / inc.c
index ca1cc726548e2e35201a242458839a0fa3240f84..f9aae76ad1fb76c6d5ba38b3e47c72942eec9335 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 },
 };