X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/13ae9ba066e6b8c114daa6714895a56816465f49..79e665fc9bdaa67a9cd2dfd02bd4494bbec7cc2d:/uip/rcvstore.c diff --git a/uip/rcvstore.c b/uip/rcvstore.c index 57091b4a..acf54beb 100644 --- a/uip/rcvstore.c +++ b/uip/rcvstore.c @@ -88,10 +88,10 @@ main (int argc, char **argv) snprintf (buf, sizeof(buf), "%s [+folder] [switches]", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case SEQSW: if (!(cp = *argp++) || *cp == '-')