]> diplodocus.org Git - nmh/blobdiff - uip/rcvdist.c
Changed -header-field to -headerfield. And refer to its argument
[nmh] / uip / rcvdist.c
index edbf65fffc19deacbe5394f6a2d5dda9cc8712d2..8ff0365bd6b904fbccfbad319ed7d28d7912bbf5 100644 (file)
@@ -74,10 +74,10 @@ main (int argc, char **argv)
                        "%s [switches] [switches for postproc] address ...",
                        invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case FORMSW: 
                    if (!(form = *argp++) || *form == '-')