Whoever originally added the -help switch to all the commands got too cute and
[mmh] / uip / mhparam.c
index 1da25d3..ece8c3c 100644 (file)
@@ -26,7 +26,7 @@ static struct swit switches[] = {
 #define VERSIONSW 3
     { "version", 0 },
 #define        HELPSW    4
-    { "help", 4 },
+    { "help", 0 },
 #define DEBUGSW   5
     { "debug", -5 },
     { NULL, 0 }
@@ -177,7 +177,7 @@ main(int argc, char **argv)
        }
     }
     
-    done (missed);
+    return done (missed);
 }