]> git.marmaro.de Git - mmh/blobdiff - uip/conflict.c
Changed exit status of each nmh command's -version and -help switches
[mmh] / uip / conflict.c
index a3bd1d7bbf6fd8cca8412ceeaf7aa7931edb0d4e..2324c650a4eabab9672695835eb29b491a1dfc4c 100644 (file)
@@ -92,10 +92,10 @@ main (int argc, char **argv)
                    snprintf (buf, sizeof(buf), "%s [switches] [aliasfiles ...]",
                        invo_name);
                    print_help (buf, switches, 0);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case MAILSW: 
                    if (!(cp = *argp++) || *cp == '-')