X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/358131df8b64ef0c6020dbe9ec61e11cecdef356..207d657cf4495be3eb44ccde94e807692665f5e2:/uip/comp.c diff --git a/uip/comp.c b/uip/comp.c index 7c72c7c4..29ca1b77 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -119,10 +119,10 @@ main (int argc, char **argv) snprintf (buf, sizeof(buf), "%s [+folder] [msg] [switches]", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case EDITRSW: if (!(ed = *argp++) || *ed == '-')