]> diplodocus.org Git - nmh/blobdiff - uip/mhstore.c
Added INSTALL, NEWS, and README to dist_doc_DATA so that they get installed.
[nmh] / uip / mhstore.c
index 7814dd276d6516f09088e15b3d56f97c44ab5cc8..41e62c7d863c90a57bfdfbddc67a4988e84c602c 100644 (file)
@@ -145,10 +145,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 AUTOSW:
                autosw++;