Changed exit status of each nmh command's -version and -help switches
[mmh] / uip / rmm.c
index 7680008..28c26fb 100644 (file)
--- a/uip/rmm.c
+++ b/uip/rmm.c
@@ -58,10 +58,10 @@ main (int argc, char **argv)
                snprintf (buf, sizeof(buf), "%s [+folder] [msgs] [switches]",
                          invo_name);
                print_help (buf, switches, 1);
-               done (1);
+               done (0);
            case VERSIONSW:
                print_version(invo_name);
-               done (1);
+               done (0);
 
            case UNLINKSW:
                unlink_msgs++;