]> diplodocus.org Git - nmh/blobdiff - uip/burst.c
With -messageid random, make the part after the @ more resemble a
[nmh] / uip / burst.c
index 980972e698a97ec9c8791c1c616bff75b93ddae3..6316e136ab638d5bd12e46fcb37193441a0f37bf 100644 (file)
@@ -86,10 +86,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 INPLSW: 
                inplace++;