X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fsend.c;h=6d075c1d6822eea35cca78a19a0142ed64f305ec;hb=68d4260ee4aa0a6aa5f8aada02183e9f8b97f48d;hp=577abacd163804a47c678f76db00d93fef6ea8f5;hpb=783f1bcf7d7429121a97eb0117bf444c1a59a28e;p=mmh diff --git a/uip/send.c b/uip/send.c index 577abac..6d075c1 100755 --- a/uip/send.c +++ b/uip/send.c @@ -198,10 +198,10 @@ main (int argc, char **argv) case HELPSW: snprintf (buf, sizeof(buf), "%s [file] [switches]", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case DRAFTSW: msgs[msgp++] = draft;