X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frmm.c;h=28c26fb4703a047e78f1e89506bdf28028bf5f29;hb=d63aff26a21021822af6cfa3fbacc572f2b6869f;hp=7680008d196ca4b24c1764ac4a8f999c14e811a5;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/uip/rmm.c b/uip/rmm.c index 7680008..28c26fb 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++;