X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dfa7b4ffa462d4f24016ab4729928dee5ec389bb..7ef61b4ce65efc9cf2a8903dbd1e6517932cb83d:/uip/post.c?ds=sidebyside diff --git a/uip/post.c b/uip/post.c index c9b4c051..11162996 100644 --- a/uip/post.c +++ b/uip/post.c @@ -343,10 +343,10 @@ main (int argc, char **argv) case HELPSW: snprintf (buf, sizeof(buf), "%s [switches] file", invo_name); print_help (buf, switches, 0); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case LIBSW: if (!(cp = *argp++) || *cp == '-')