X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..84823bbc56258951ea24c1906f9cd6fb42d85c4a:/uip/rmm.c diff --git a/uip/rmm.c b/uip/rmm.c index 7680008d..28c26fb4 100644 --- a/uip/rmm.c +++ b/uip/rmm.c @@ -58,10 +58,10 @@ main (int argc, char **argv) snprintf (buf, sizeof(buf), "%s [+folder] [msgs] [switches]", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case UNLINKSW: unlink_msgs++;