Changed exit status of each nmh command's -version and -help switches
[mmh] / uip / repl.c
index 07f25a8..c387da7 100644 (file)
@@ -181,7 +181,7 @@ main (int argc, char **argv)
                    done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case GROUPSW:
                    groupreply++;