Whoever originally added the -help switch to all the commands got too cute and
[mmh] / uip / folder.c
index c023e11..c16dd96 100644 (file)
@@ -58,7 +58,7 @@ static struct swit switches[] = {
 #define VERSIONSW      22
     { "version", 0 },
 #define        HELPSW         23
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -421,7 +421,7 @@ main (int argc, char **argv)
     print_folders();
 
     context_save ();   /* save the context file */
-    done (0);
+    return done (0);
 }
 
 /*