X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..ef15ffef47e7fc7d5716ce1c2ebccef17ed6e10e:/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++;