Whoever originally added the -help switch to all the commands got too cute and
[mmh] / uip / send.c
index 2370ea4..3e2dc60 100644 (file)
@@ -67,7 +67,7 @@ static struct swit switches[] = {
 #define VERSIONSW             26
     { "version", 0 },
 #define        HELPSW                27
-    { "help", 4 },
+    { "help", 0 },
 #define BITSTUFFSW            28
     { "dashstuffing", -12 },
 #define NBITSTUFFSW           29
@@ -428,5 +428,5 @@ go_to_it:
     }
 
     context_save ();   /* save the context file */
-    done (status);
+    return done (status);
 }