Whoever originally added the -help switch to all the commands got too cute and
[mmh] / uip / dist.c
index 1fb1741..58ca45e 100644 (file)
@@ -36,7 +36,7 @@ static struct swit switches[] = {
 #define VERSIONSW 12
     { "version", 0 },
 #define        HELPSW  13
-    { "help", 4 },
+    { "help", 0 },
 #define        FILESW  14
     { "file file", -4 },       /* interface from msh */
     { NULL, 0 }
@@ -287,5 +287,5 @@ try_it_again:
        done (0);
     what_now (ed, nedit, NOUSE, drft, msgnam, 1, mp,
        anot ? "Resent" : NULL, inplace, cwd);
-    done (1);
+    return done (1);
 }