Whoever originally added the -help switch to all the commands got too cute and
[mmh] / uip / refile.c
index 83e5639..f484ccb 100644 (file)
@@ -43,7 +43,7 @@ static struct swit switches[] = {
 #define VERSIONSW       11
     { "version", 0 },
 #define        HELPSW          12
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -280,7 +280,7 @@ main (int argc, char **argv)
     context_replace (pfolder, folder); /* update current folder   */
     context_save ();                   /* save the context file   */
     folder_free (mp);                  /* free folder structure   */
-    done (0);
+    return done (0);
 }