X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5ccbd49adba7e6d48f4094fa6eade7a7fb8ec4cf..ebee927145cb7593ea681b21024eff7e9583b062:/uip/folder.c?ds=sidebyside diff --git a/uip/folder.c b/uip/folder.c index 0676bea0..aea20f4a 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -151,10 +151,10 @@ main (int argc, char **argv) snprintf (buf, sizeof(buf), "%s [+folder] [msg] [switches]", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case ALLSW: all = 1;