]> diplodocus.org Git - nmh/blobdiff - uip/mhtest.c
Added INSTALL, NEWS, and README to dist_doc_DATA so that they get installed.
[nmh] / uip / mhtest.c
index e5c4545dcea710bea5e890c2a75f773644b57526..caaf7af82d097eab599b0bb8eb37b7c516e928b1 100644 (file)
@@ -147,10 +147,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 RCACHESW:
                icachesw = &rcachesw;