Whoever originally added the -help switch to all the commands got too cute and
[mmh] / uip / anno.c
index c318a22..bf0e9ca 100644 (file)
@@ -30,7 +30,7 @@ static struct swit switches[] = {
 #define VERSIONSW 6
     { "version", 0 },
 #define        HELPSW  7
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -178,7 +178,7 @@ main (int argc, char **argv)
     seq_save (mp);     /* synchronize message sequences */
     folder_free (mp);  /* free folder/message structure */
     context_save ();   /* save the context file         */
-    done (0);
+    return done (0);
 }