Whoever originally added the -help switch to all the commands got too cute and
[mmh] / uip / install-mh.c
index b2d2486..7b2ef2a 100644 (file)
@@ -14,7 +14,7 @@ static struct swit switches[] = {
 #define VERSIONSW  1
     { "version", 0 },
 #define HELPSW     2
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -190,7 +190,7 @@ query:
            fprintf (out, "%s: %s\n", np->n_name, np->n_field);
     }
     fclose (out);
-    done (0);
+    return done (0);
 }