X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/783f1bcf7d7429121a97eb0117bf444c1a59a28e..1d138200263d792ebda1b817345fff3fed6c29b9:/uip/send.c diff --git a/uip/send.c b/uip/send.c index 577abacd..6d075c1d 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;