]> git.marmaro.de Git - mmh/blobdiff - uip/rmm.c
Changed exit status of each nmh command's -version and -help switches
[mmh] / uip / rmm.c
index 7680008d196ca4b24c1764ac4a8f999c14e811a5..28c26fb4703a047e78f1e89506bdf28028bf5f29 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++;