]> diplodocus.org Git - nmh/blobdiff - uip/mhparam.c
Just reworded the bit about '%s' being safe not to quote (it's only safe not to
[nmh] / uip / mhparam.c
index 1da25d312a7e505ef57bad4974f03d56d15abd88..ece8c3c16c04e33c5fe5928eee9e8ce3228123ab 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);
 }