Whoever originally added the -help switch to all the commands got too cute and
authorDan Harkless <dan@harkless.org>
Fri, 4 Feb 2000 20:28:23 +0000 (20:28 +0000)
committerDan Harkless <dan@harkless.org>
Fri, 4 Feb 2000 20:28:23 +0000 (20:28 +0000)
had the option itself print out as "-(help)" in the -help output.  I guess the
idea was to make reference to the fact that clearly you know about the -help
option since you're currently looking at its output.  I think it's a bad idea to
overload the meaning of the parentheses, however -- they're supposed to indicate
what abbreviated prefix of the switch you're allowed to specify.  It doesn't
make sense to show that you're allowed to "abbreviate" the switch to its entire
length.

51 files changed:
uip/ali.c
uip/anno.c
uip/ap.c
uip/burst.c
uip/comp.c
uip/conflict.c
uip/dist.c
uip/dp.c
uip/flist.c
uip/fmtdump.c
uip/folder.c
uip/forw.c
uip/inc.c
uip/install-mh.c
uip/mark.c
uip/mhbuild.c
uip/mhlist.c
uip/mhlsbr.c
uip/mhmail.c
uip/mhn.c
uip/mhparam.c
uip/mhpath.c
uip/mhshow.c
uip/mhstore.c
uip/mhtest.c
uip/msgchk.c
uip/msh.c
uip/mshcmds.c
uip/packf.c
uip/pick.c
uip/popi.c
uip/prompter.c
uip/rcvdist.c
uip/rcvpack.c
uip/rcvstore.c
uip/rcvtty.c
uip/refile.c
uip/repl.c
uip/rmf.c
uip/rmm.c
uip/scan.c
uip/send.c
uip/slocal.c
uip/sortm.c
uip/spost.c
uip/viamail.c
uip/vmh.c
uip/vmhtest.c
uip/whatnowsbr.c
uip/whom.c
uip/wmh.c

index d03d717..5b38b83 100644 (file)
--- a/uip/ali.c
+++ b/uip/ali.c
@@ -35,7 +35,7 @@ static struct swit switches[] = {
 #define VERSIONSW             8
     { "version", 0 },
 #define        HELPSW                9
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index 34cd5da..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 }
 };
 
index 2abba4b..dde1175 100644 (file)
--- a/uip/ap.c
+++ b/uip/ap.c
@@ -31,7 +31,7 @@ static struct swit switches[] = {
 #define VERSIONSW 5
     { "version", 0 },
 #define        HELPSW  6
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index d367b97..4f654fb 100644 (file)
@@ -23,7 +23,7 @@ static struct swit switches[] = {
 #define VERSIONSW 6
     { "version", 0 },
 #define        HELPSW  7
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index d380b52..7e74138 100644 (file)
@@ -34,7 +34,7 @@ static struct swit switches[] = {
 #define VERSIONSW             11
     { "version", 0 },
 #define        HELPSW                12
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index 1a921cd..cac0ea8 100644 (file)
@@ -31,7 +31,7 @@ static struct swit switches[] = {
 #define VERSIONSW      2
     { "version", 0 },
 #define        HELPSW         3
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index f8769a0..58ca45e 100644 (file)
@@ -36,7 +36,7 @@ static struct swit switches[] = {
 #define VERSIONSW 12
     { "version", 0 },
 #define        HELPSW  13
-    { "help", 4 },
+    { "help", 0 },
 #define        FILESW  14
     { "file file", -4 },       /* interface from msh */
     { NULL, 0 }
index a9bc90f..ab44141 100644 (file)
--- a/uip/dp.c
+++ b/uip/dp.c
@@ -26,7 +26,7 @@ static struct swit switches[] = {
 #define VERSIONSW             3
     { "version", 0 },
 #define        HELPSW                4
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index ad0cf2d..dac84d5 100644 (file)
@@ -58,7 +58,7 @@ static struct swit switches[] = {
 #define VERSIONSW      13
     { "version", 0 },
 #define HELPSW          14
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index 87e22bf..baab475 100644 (file)
@@ -18,7 +18,7 @@ static struct swit switches[] = {
 #define VERSIONSW           2
     { "version", 0 },
 #define        HELPSW              3
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index f940316..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 }
 };
 
index cff49c7..d8b17d3 100644 (file)
@@ -62,7 +62,7 @@ static struct swit switches[] = {
 #define VERSIONSW             22
     { "version", 0 },
 #define        HELPSW                23
-    { "help", 4 },
+    { "help", 0 },
 #define        FILESW                24
     { "file file", 4 },                        /* interface from msh */
 
index fd7b55e..f00c337 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -105,7 +105,7 @@ static struct swit switches[] = {
 #define VERSIONSW                 20
     { "version", 0 },
 #define        HELPSW                    21
-    { "help", 4 },
+    { "help", 0 },
 #define SNOOPSW                   22
     { "snoop", -5 },
 #define KPOPSW                    23
index b2a1f1d..7b2ef2a 100644 (file)
@@ -14,7 +14,7 @@ static struct swit switches[] = {
 #define VERSIONSW  1
     { "version", 0 },
 #define HELPSW     2
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index 9bd4561..e53b3d5 100644 (file)
@@ -36,7 +36,7 @@ static struct swit switches[] = {
 #define VERSIONSW           8
     { "version", 0 },
 #define        HELPSW              9
-    { "help", 4 },
+    { "help", 0 },
 #define        DEBUGSW            10
     { "debug", -5 },
     { NULL, 0 }
index dc0059c..2450572 100644 (file)
@@ -57,7 +57,7 @@ static struct swit switches[] = {
 #define VERSIONSW              16
     { "version", 0 },
 #define        HELPSW                 17
-    { "help", 4 },
+    { "help", 0 },
 #define        DEBUGSW                18
     { "debug", -5 },
     { NULL, 0 }
index ec2f945..bacaf24 100644 (file)
@@ -58,7 +58,7 @@ static struct swit switches[] = {
 #define VERSIONSW              13
     { "version", 0 },
 #define        HELPSW                 14
-    { "help", 4 },
+    { "help", 0 },
 
 /*
  * switches for debugging
index 68d0835..882304c 100644 (file)
@@ -72,7 +72,7 @@ static struct swit mhlswitches[] = {
 #define VERSIONSW     15
     { "version", 0 },
 #define        HELPSW        16
-    { "help", 4 },
+    { "help", 0 },
 #define        FORW1SW       17
     { "forward", -7 },         /* interface from forw */
 #define        FORW2SW       18
index 222a076..5171f4e 100644 (file)
@@ -21,7 +21,7 @@ static struct swit switches[] = {
 #define VERSIONSW          4
     { "version", 0 },
 #define        HELPSW             5
-    { "help", 4 },
+    { "help", 0 },
 #define        RESNDSW            6
     { "resent", -6 },
 #define        QUEUESW            7
index f73853e..d4f462f 100644 (file)
--- a/uip/mhn.c
+++ b/uip/mhn.c
@@ -88,7 +88,7 @@ static struct swit switches[] = {
 #define VERSIONSW              28
     { "version", 0 },
 #define        HELPSW                 29
-    { "help", 4 },
+    { "help", 0 },
 
 /*
  * switches for debugging
index f6ebb65..ece8c3c 100644 (file)
@@ -26,7 +26,7 @@ static struct swit switches[] = {
 #define VERSIONSW 3
     { "version", 0 },
 #define        HELPSW    4
-    { "help", 4 },
+    { "help", 0 },
 #define DEBUGSW   5
     { "debug", -5 },
     { NULL, 0 }
index 918371a..5c2ac31 100644 (file)
@@ -11,7 +11,7 @@ static struct swit switches[] = {
 #define VERSIONSW 0
     { "version", 0 },
 #define        HELPSW  1
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index 0791c48..af42092 100644 (file)
@@ -60,7 +60,7 @@ static struct swit switches[] = {
 #define VERSIONSW              14
     { "version", 0 },
 #define        HELPSW                 15
-    { "help", 4 },
+    { "help", 0 },
 
 /*
  * switches for moreproc/mhlproc
index c9b6a26..806a352 100644 (file)
@@ -54,7 +54,7 @@ static struct swit switches[] = {
 #define VERSIONSW              11
     { "version", 0 },
 #define        HELPSW                 12
-    { "help", 4 },
+    { "help", 0 },
 
 /*
  * switches for debugging
index 5c03109..4bc9245 100644 (file)
@@ -52,7 +52,7 @@ static struct swit switches[] = {
 #define VERSIONSW              10
     { "version", 0 },
 #define        HELPSW                 11
-    { "help", 4 },
+    { "help", 0 },
 
 /*
  * switches for debugging
index 23ede03..2553c49 100644 (file)
@@ -66,7 +66,7 @@ static struct swit switches[] = {
 #define VERSIONSW               10
     { "version", 0 },
 #define        HELPSW                  11
-    { "help", 4 },
+    { "help", 0 },
 #define SNOOPSW                 12
     { "snoop", -5 },
 #define KPOPSW                  13
index 41cf510..2769c24 100644 (file)
--- a/uip/msh.c
+++ b/uip/msh.c
@@ -67,7 +67,7 @@ static struct swit switches[] = {
 #define VERSIONSW            13
     { "version", 0 },
 #define        HELPSW               14
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index 13ad356..b785aeb 100644 (file)
@@ -139,7 +139,7 @@ static struct swit distswit[] = {
 #define        DINWTSW                  11
     { "nowhatnowproc", 0 },
 #define        DIHELP                   12
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -240,7 +240,7 @@ static struct swit explswit[] = {
 #define        EXNVBSW        5
     { "noverbose", 0 },
 #define        EXHELP         6
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -469,7 +469,7 @@ static struct swit fileswit[] = {
 #define        FINPRC               8
     { "normmproc", 0 },
 #define        FIHELP               9
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -633,7 +633,7 @@ static struct swit foldswit[] = {
 #define        FLLISW        14
     { "list", 0 },
 #define        FLHELP        15
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -852,7 +852,7 @@ static struct swit forwswit[] = {
 #define        FONWTSW                 16
     { "nowhatnow", 0 },
 #define        FOHELP                  17
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -1120,7 +1120,7 @@ static struct swit markswit[] = {
 #define        MNZERSW            7
     { "nozero", 0 },
 #define        MHELP              8
-    { "help", 4 },
+    { "help", 0 },
 #define        MDBUGSW            9
     { "debug", -5 },
     { NULL, 0 }
@@ -1339,7 +1339,7 @@ static struct swit mhnswit[] = {
 #define        MHNNVERBSW         23
     { "noverbose", 0 },
 #define        MHNHELPSW          24
-    { "help", 4 },
+    { "help", 0 },
 #define        MHNPROGSW          25
     { "moreproc program", -4 },
 #define        MHNNPROGSW         26
@@ -1454,7 +1454,7 @@ static struct swit packswit[] = {
 #define        PAFISW         0
     { "file name", 0 },
 #define        PAHELP         1
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -1632,7 +1632,7 @@ static struct swit pickswit[] = {
 #define        PINLISW              21
     { "nolist", 0 },
 #define        PIHELP               22
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -1819,7 +1819,7 @@ static struct swit replswit[] = {
 #define        REWIDSW                19
     { "width columns", 0 },
 #define        REHELP                 20
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -1915,7 +1915,7 @@ replcmd (char **args)
 
 static struct swit rmmswit[] = {
 #define        RMHELP    0
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -2044,7 +2044,7 @@ static struct swit scanswit[] = {
 #define        SCWID              6
     { "width columns", 0 },
 #define        SCHELP             7
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -2294,7 +2294,7 @@ static struct swit showswit[] = {
 #define SHNHEAD               9
     { "noheader", 3 },
 #define        SHHELP               10
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -2726,7 +2726,7 @@ static struct swit sortswit[] = {
 #define        SONVERB              6
     { "noverbose", 0 },
 #define        SOHELP               7
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index a607da8..42e6694 100644 (file)
@@ -27,7 +27,7 @@ static struct swit switches[] = {
 #define VERSIONSW      3
     { "version", 0 },
 #define        HELPSW         4
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index fb34285..6cae130 100644 (file)
@@ -64,7 +64,7 @@ static struct swit switches[] = {
 #define VERSIONSW              22
     { "version", 0 },
 #define        HELPSW                 23
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index a48c223..cb24930 100644 (file)
@@ -65,7 +65,7 @@ static struct swit  switches[] = {
 #define VERSIONSW              13
     { "version", 0 },
 #define        HELPSW                 14
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index e1f0e8d..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 }
 };
 
index 5fca8ec..ace5295 100644 (file)
@@ -17,7 +17,7 @@ static struct swit switches[] = {
 #define VERSIONSW    1
     { "version", 0 },
 #define        HELPSW       2
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index f9834be..f5b1c05 100644 (file)
@@ -19,7 +19,7 @@ static struct swit switches[] = {
 #define VERSIONSW    2
     { "version", 0 },
 #define        HELPSW       3
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index 43d3889..bef959c 100644 (file)
@@ -34,7 +34,7 @@ static struct swit switches[] = {
 #define VERSIONSW      9
     { "version", 0 },
 #define HELPSW        10
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index f922012..69a9031 100644 (file)
@@ -48,7 +48,7 @@ static struct swit switches[] = {
 #define VERSIONSW 8
     { "version", 0 },
 #define        HELPSW  9
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index 906ea4a..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 }
 };
 
index d3a8d07..f6d32d3 100644 (file)
@@ -62,7 +62,7 @@ static struct swit switches[] = {
 #define VERSIONSW             25
     { "version", 0 },
 #define        HELPSW                26
-    { "help", 4 },
+    { "help", 0 },
 #define        FILESW                27
     { "file file", 4 },                        /* interface from msh */
 
index 9b12304..233a7bf 100644 (file)
--- a/uip/rmf.c
+++ b/uip/rmf.c
@@ -15,7 +15,7 @@ static struct swit switches[] = {
 #define VERSIONSW         2
     { "version", 0 },
 #define        HELPSW            3
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index 21a0f90..3523601 100644 (file)
--- a/uip/rmm.c
+++ b/uip/rmm.c
@@ -21,7 +21,7 @@ static struct swit switches[] = {
 #define VERSIONSW     2
     { "version", 0 },
 #define        HELPSW        3
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index b40537c..7f5cf46 100644 (file)
@@ -43,7 +43,7 @@ static struct swit switches[] = {
 #define VERSIONSW 10
     { "version", 0 },
 #define        HELPSW  11
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index b98d89a..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
index e5f35c0..b665280 100644 (file)
@@ -84,7 +84,7 @@ static struct swit switches[] = {
 #define VERSIONSW     13
     { "version", 0 },
 #define        HELPSW        14
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index c7f5396..3ac2e3f 100644 (file)
@@ -35,7 +35,7 @@ static struct swit switches[] = {
 #define VERSIONSW              8
      { "version", 0 },
 #define HELPSW                 9
-     { "help", 4 },
+     { "help", 0 },
      { NULL, 0 }
 };
 
index 206698e..76478c8 100644 (file)
@@ -55,7 +55,7 @@ struct swit switches[] = {
 #define VERSIONSW           15
     { "version", 0 },
 #define        HELPSW              16
-    { "help", 4 },
+    { "help", 0 },
 #define        DEBUGSW             17
     { "debug", -5 },
 #define        DISTSW              18
index 2ee6b3d..a416fdf 100644 (file)
@@ -42,7 +42,7 @@ static struct swit switches[] = {
 #define VERSIONSW               9
     { "version", 0 },
 #define        HELPSW                 10
-    { "help", 4 },
+    { "help", 0 },
 #define DEBUGSW                11
     { "debug", -5 },
     { NULL, 0 }
index b64bdab..2c2f6b5 100644 (file)
--- a/uip/vmh.c
+++ b/uip/vmh.c
@@ -106,7 +106,7 @@ static struct swit switches[] = {
 #define VERSIONSW             3
     { "version", 0 },
 #define        HELPSW                4
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
index 46ecf8c..96676fd 100644 (file)
@@ -16,7 +16,7 @@ static struct swit switches[] = {
 #define VERSIONSW       2
     { "version", 0 },
 #define        HELPSW          3
-    { "help", 4 },
+    { "help", 0 },
     { NULL, NULL }
 };
 
index 854a972..0e2a998 100644 (file)
@@ -26,7 +26,7 @@ static struct swit whatnowswitches[] = {
 #define VERSIONSW               6
     { "version", 0 },
 #define        HELPSW                  7
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };
 
@@ -655,7 +655,7 @@ static struct swit  sendswitches[] = {
 #define SVERSIONSW       22
     { "version", 0 },
 #define        SHELPSW          23
-    { "help", 4 },
+    { "help", 0 },
 #define BITSTUFFSW       24
     { "dashstuffing", -12 },
 #define NBITSTUFFSW      25
index 5a82534..5d7172e 100644 (file)
@@ -27,7 +27,7 @@ static struct swit switches[] = {
 #define VERSIONSW           7
     { "version", 0 },
 #define        HELPSW              8
-    { "help", 4 },
+    { "help", 0 },
 #define        CLIESW              9
     { "client host", -6 },
 #define        SERVSW             10
index 2e46dbb..cd1ffaa 100644 (file)
--- a/uip/wmh.c
+++ b/uip/wmh.c
@@ -40,7 +40,7 @@ static struct swit switches[] = {
 #define VERSIONSW          3
     { "version", 0 },
 #define        HELPSW             4
-    { "help", 4 },
+    { "help", 0 },
     { NULL, NULL }
 };
                                        /* PEERS */