X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhlist.c;h=72b91d1dff4249acbb82f61a4201a400481cceac;hb=cff8de7654cf393a494b01a587bd4d503d15a5e3;hp=312705ad35178ab4850758a08e7a9b663fc0b886;hpb=3e6fc0058fcfd554b3be5ba20cfcc990ca2ff07a;p=mmh diff --git a/uip/mhlist.c b/uip/mhlist.c index 312705a..72b91d1 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -151,10 +151,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 RCACHESW: icachesw = &rcachesw;