Whoever originally added the -help switch to all the commands got too cute and
[mmh] / uip / prompter.c
index fa1bfae..79e0eb7 100644 (file)
@@ -56,7 +56,7 @@ static struct swit switches[] = {
 #define VERSIONSW 10
     { "version", 0 },
 #define        HELPSW  11
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -397,7 +397,7 @@ no_body:
     unlink (tmpfil);
 
     context_save ();   /* save the context file */
-    done (0);
+    return done (0);
 }