]> git.marmaro.de Git - mmh/blobdiff - uip/rcvpack.c
Changed exit status of each nmh command's -version and -help switches
[mmh] / uip / rcvpack.c
index 0b4dc9fcc28d392de7c3495a2c405d08e6e00ba2..f9e5bbb62c1e54e022e9ea0c69b8f7673a084784 100644 (file)
@@ -63,10 +63,10 @@ main (int argc, char **argv)
                case HELPSW: 
                    snprintf (buf, sizeof(buf), "%s [switches] file", invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case MBOXSW:
                    mbx_style = MBOX_FORMAT;