X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/03fe41ba1d68108808c966c6d7ff74bd8c1d648c..4548a3ecc4248a1d4:/uip/rmf.c diff --git a/uip/rmf.c b/uip/rmf.c index 5631f785..c9a04f55 100644 --- a/uip/rmf.c +++ b/uip/rmf.c @@ -59,10 +59,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 INTRSW: interactive = 1;