Renamed -version switch to -Version to remove the conflict with -verbose.
authormarkus schnalke <meillo@marmaro.de>
Tue, 1 May 2012 13:01:36 +0000 (15:01 +0200)
committermarkus schnalke <meillo@marmaro.de>
Tue, 1 May 2012 13:13:14 +0000 (15:13 +0200)
Now, `mhlist -V' prints the version and `mhlist -v' lists verbosely.
There are only a few switches left that conflict on the first character,
apart from the inverted (no*) variants.

86 files changed:
docs/COMPLETION-BASH
docs/README.manpages
man/ali.man1
man/anno.man1
man/ap.man8
man/burst.man1
man/comp.man1
man/dist.man1
man/dp.man8
man/flist.man1
man/fmtdump.man8
man/folder.man1
man/forw.man1
man/inc.man1
man/mark.man1
man/mhbuild.man1
man/mhl.man1
man/mhlist.man1
man/mhmail.man1
man/mhparam.man1
man/mhpath.man1
man/mhstore.man1
man/mmh-intro.man7
man/mmh.man1
man/mmhwrap.man1
man/msgchk.man1
man/new.man1
man/packf.man1
man/pick.man1
man/prompter.man1
man/rcvdist.man1
man/rcvpack.man1
man/rcvstore.man1
man/refile.man1
man/repl.man1
man/rmf.man1
man/rmm.man1
man/scan.man1
man/send.man1
man/show.man1
man/slocal.man1
man/sortm.man1
man/spost.man8
man/whatnow.man1
man/whom.man
uip/ali.c
uip/anno.c
uip/ap.c
uip/burst.c
uip/comp.c
uip/dist.c
uip/dp.c
uip/flist.c
uip/fmtdump.c
uip/folder.c
uip/forw.c
uip/inc.c
uip/mark.c
uip/mhbuild.c
uip/mhl.c
uip/mhlist.c
uip/mhmail.c
uip/mhparam.c
uip/mhpath.c
uip/mhshow.c
uip/mhstore.c
uip/mhtest.c
uip/mmh.sh
uip/msgchk.c
uip/new.c
uip/packf.c
uip/pick.c
uip/prompter.c
uip/rcvdist.c
uip/rcvpack.c
uip/rcvstore.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/whatnow.c

index c26783a..da20671 100644 (file)
@@ -37,81 +37,81 @@ _nmh()
         ali )
             # no sequences or messages
             options=(-alias -list -nolist -normalize -nonormalize -user
-                    -nouser -version -help)
+                    -nouser -Version -help)
             ;;
         burst )
             options=(-inplace -noinplace -quiet -noquiet -verbose
-                    -noverbose -version -help)
+                    -noverbose -Version -help)
             ;;
         comp )
             options=(-form -use -nouse
                     -editor -noedit -whatnowproc
-                    -version -help )
+                    -Version -help )
            ;;
         flist* )
             options=(-sequence -all -noall -showzero -noshowzero
-                    -recurse -norecurse -fast -nofast -alpha -noalpha -version
+                    -recurse -norecurse -fast -nofast -alpha -noalpha -Version
                     -help)
             ;;
         folder* )
             options=(-all -noall -create -nocreate -fast -nofast -header
                     -noheader -recurse -norecurse -total -nototal -list -nolist
                     -push -pop -pack -nopack -print -verbose -noverbose
-                    -version -help)
+                    -Version -help)
             ;;
         forw )
             options=(-annotate -noannotate -form
                     -editor -noedit -whatnowproc -build
-                    -version -help)
+                    -Version -help)
             ;;
         inc )
             options=(-audit -noaudit -changecur -nochangecur -form
                     -file -silent -nosilent -truncate -notruncate -width
-                    -version -help)
+                    -Version -help)
             ;;
         mark )
             options=(-sequence -add -delete -list -public -nopublic
-                    -zero -nozero -version -help)
+                    -zero -nozero -Version -help)
             ;;
         packf )
-            options=(-file -version -help)
+            options=(-file -Version -help)
             ;;
         pick )
             options=(-and -or -not -lbrace -rbrace --component -cc
                     -date -from -search -subject -to -after -before -datefield
                     -sequence -public -nopublic -zero -nozero -list -nolist
-                    -version -help)
+                    -Version -help)
             ;;
         refile )
-            options=(-link -nolink -src -file -version -help)
+            options=(-link -nolink -src -file -Version -help)
             ;;
         repl )
             options=(-annotate -noannotate -group -nogroup -cc
                     -nocc -query -noquery -form -filter -nofilter
                     -mime -nomime -editor -noedit -whatnowproc
-                    -build -file -version -help)
+                    -build -file -Version -help)
             ;;
         rmf )
-            options=(-interactive -nointeractive -version -help)
+            options=(-interactive -nointeractive -Version -help)
             ;;
         rmm )
-            options=(-link -nolink -version -help)
+            options=(-link -nolink -Version -help)
             ;;
         scan )
             options=(-form -header -noheader
-                    -width -file -version -help )
+                    -width -file -Version -help )
             ;;
         show )
         next )
         prev )
-            options=(-file -part -type -form -version -help)
+            options=(-file -part -type -form -Version -help)
             ;;
         sortm )
             options=(-datefield -textfield -notextfield -limit -nolimit
-                    -verbose -noverbose -version -help)
+                    -verbose -noverbose -Version -help)
             ;;
         * )
-            options=(-help -version -seq)
+            options=(-help -Version -seq)
             ;;
         esac
         ;;
index 5e1004b..a6edee8 100644 (file)
@@ -16,7 +16,7 @@ comp \- compose a message
 .RB [ \-form
 .IR formfile ]
 .RB [ \-use " | " \-nouse ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .SH DESCRIPTION
 .B Comp
@@ -105,7 +105,7 @@ SYNPOSIS section
 
                .RI [ +folder ]              <---- parameter
                .RI [ msgs ]                 <---- parameter
-               .RB [ \-version ]            <---- flag
+               .RB [ \-Version ]            <---- flag
                .RB [ \-editor               <---- flag with
                .IR editor ]                       parameter
                .RB [ \-use " | " \-nouse ]  <---- exclusive parameters
index 480c363..55ec128 100644 (file)
@@ -13,7 +13,7 @@ ali \- list mail aliases
 .RB [ \-list " | " \-nolist ]
 .RB [ \-normalize " | " \-nonormalize ]
 .RB [ \-user " | " \-nouser ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .RI [ aliases " ...]"
 .ad
index e35899e..07bd32c 100644 (file)
@@ -17,7 +17,7 @@ anno \- annotate messages
 .RB [ \-append ]
 .RB [ \-date " | " \-nodate ]
 .RB [ \-preserve " | " \-nopreserve ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .HP
 .B anno
@@ -31,7 +31,7 @@ anno \- annotate messages
 .RB [ \-number
 .IR num " | all ]
 .RB [ \-preserve " | " \-nopreserve ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .HP
 .B anno
@@ -41,7 +41,7 @@ anno \- annotate messages
 .RB [ \-component
 .IR field ]
 .RB [ \-number ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 3e14e97..c96770c 100644 (file)
@@ -11,7 +11,7 @@ ap \- parse addresses 822-style
 .RB [ \-form
 .IR formatfile ]
 .RB [ \-normalize " | " \-nonormalize ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .I addrs
 \&...
index aba0457..36308a8 100644 (file)
@@ -11,7 +11,7 @@ burst \- explode digests into messages
 .RI [ +folder ]
 .RI [ msgs ]
 .RB [ \-verbose " | " \-noverbose ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index bc723a9..da522b9 100644 (file)
@@ -17,7 +17,7 @@ comp \- compose a message
 .IR editor ]
 .RB [ \-whatnowproc
 .IR program ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index df4173a..ebf2216 100644 (file)
@@ -17,7 +17,7 @@ dist \- redistribute a message to additional addresses
 .IR editor ]
 .RB [ \-whatnowproc
 .IR program ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index e0080cf..b19c50b 100644 (file)
@@ -10,7 +10,7 @@ dp \- parse dates 822-style
 .B %libdir%/dp
 .RB [ \-form
 .IR formatfile ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .I dates
 \&...
index f505ba8..fc1be7a 100644 (file)
@@ -21,7 +21,7 @@ flist, flists \- list the number of messages in given sequence(s)
 .RB [ \-recurse " | " \-norecurse ]
 .RB [ \-fast " | " \-nofast ]
 .RB [ \-alpha " | " \-noalpha ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .PP
 .HP 5
index a39b4db..6156c39 100644 (file)
@@ -10,7 +10,7 @@ fmtdump \- decode nmh format files
 .B %libdir%/fmtdump
 .RB [ \-form
 .IR formatfile ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index e162a8e..d6bfbb4 100644 (file)
@@ -20,7 +20,7 @@ folder, folders \- set/list current folder/message
 .RB [ \-pack " | " \-nopack ]
 .RB [ \-print ]
 .RB [ \-verbose " | " \-noverbose ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .PP
 .HP 5
index 2a2a8f3..073d904 100644 (file)
@@ -18,7 +18,7 @@ forw \- forward messages
 .RB [ \-whatnowproc
 .IR program ]
 .RB [ \-build ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .PP
 .HP 5
@@ -33,7 +33,7 @@ forw \- forward messages
 .IR number ]
 [other\ switches\ for
 .BR forw ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 334bcd7..fc74195 100644 (file)
@@ -21,7 +21,7 @@ inc \- incorporate new mail
 .RB [ \-truncate " | " \-notruncate ]
 .RB [ \-width
 .IR columns ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index b0b93ca..eeda438 100644 (file)
@@ -17,7 +17,7 @@ mark \- manipulate message sequences
 .RB [ \-list ]
 .RB [ \-public " | " \-nopublic ]
 .RB [ \-zero " | " \-nozero ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index bb5f2d3..1322967 100644 (file)
@@ -10,7 +10,7 @@ mhbuild \- translate MIME composition draft
 .B mhbuild
 .I file
 .RB [ \-verbose " | " \-noverbose ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 95c5405..909db5c 100644 (file)
@@ -14,7 +14,7 @@ mhl \- produce formatted listings of nmh messages
 .IR columns ]
 .RI [ files
 .IR \&... ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index a94a7df..351999f 100644 (file)
@@ -19,7 +19,7 @@ mhlist \- list information about MIME messages
 .IR content ]
 \&...
 .RB [ \-verbose " | " \-noverbose ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index f244ae0..ce298d7 100644 (file)
@@ -17,7 +17,7 @@ mhmail \- send mail
 .IR addr ]
 .RB [ \-subject
 .IR subject ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 6d7a4b0..11a1346 100644 (file)
@@ -12,7 +12,7 @@ mhparam \- print nmh profile and context components
 .RB [ \-all ]
 .RB [ \-component " | " \-nocomponent ]
 .RB [ \-debug ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 3cdcf50..ecc9339 100644 (file)
@@ -10,7 +10,7 @@ mhpath \- print full pathnames of nmh messages and folders
 .B mhpath
 .RI [ +folder ]
 .RI [ msgs ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index ea37037..e92a82f 100644 (file)
@@ -19,7 +19,7 @@ mhstore \- store contents of MIME messages into files
 .IR content ]
 \&...
 .RB [ \-auto " | " \-noauto ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 8e408e3..212f392 100644 (file)
@@ -280,7 +280,7 @@ If you encounter problems with an
 program, please report them.
 When doing this, include the version information, which you can obtain
 by invoking the program with the
-.B \-version
+.B \-Version
 switch.
 .PP
 Send bug reports and suggestions to
index 82117de..0069435 100644 (file)
@@ -9,7 +9,7 @@ mmh \- initialize the mmh environment
 .na
 .B mmh
 .RB [ \-check ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index deef4ce..1bec9c8 100644 (file)
@@ -56,7 +56,7 @@ Usage: scan [+folder] [msgs] [switches]
   \-form formatfile
   \-width columns
   \-(file) file
-  \-version
+  \-Version
   \-help
 
 % m scan f
index 1b58ee5..ff41dd0 100644 (file)
@@ -15,7 +15,7 @@ all/mail/nomail ]
 all/mail/nomail ]
 .RI [ users
 \&... ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 8bfc5d8..cfa7e8f 100644 (file)
@@ -21,7 +21,7 @@ unseen \- scan new messages in all folders with new messages
 .IR mode ]
 .RB [ \-folders
 .IR foldersfile ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .PP
 .HP 5
index 916db9e..398d49f 100644 (file)
@@ -10,7 +10,7 @@ packf \- pack messages in nmh folder into a single mbox file
 .B packf
 .RI [ +folder ]
 .RI [ msgs ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index e9d1941..4fdac78 100644 (file)
@@ -45,7 +45,7 @@ pick \- search for messages by content
 .RB [ \-public " | " \-nopublic ]
 .RB [ \-zero " | " \-nozero ]
 .RB [ \-list " | " \-nolist ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .PP
index 9f183e3..f83a9db 100644 (file)
@@ -16,7 +16,7 @@ prompter \- prompting editor front-end for nmh
 .RB [ \-rapid " | " \-norapid ]
 .RB [ \-doteof " | " \-nodoteof ]
 .I file
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index d6723c8..a8bacc2 100644 (file)
@@ -13,7 +13,7 @@ rcvdist \- asynchronously redistribute new mail
 [switches\ for
 .BR spost ]
 .IR RECIPIENT ...
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 290f5cc..e444709 100644 (file)
@@ -9,7 +9,7 @@ rcvpack \- append message to mbox file
 .na
 .B rcvpack
 .RI [ file ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 1fff18f..26bd690 100644 (file)
@@ -16,7 +16,7 @@ rcvstore \- asynchronously incorporate mail into a folder
 .I name
 \&...]
 .RB [ \-public " | " \-nopublic ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 5e837f5..eaf8c09 100644 (file)
@@ -16,7 +16,7 @@ refile \- file message in other folders
 .IR file ]
 .I +folder1
 \&...
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 286ee9c..c1eb1d8 100644 (file)
@@ -30,7 +30,7 @@ all/to/cc/me]
 .RB [ \-build ]
 .RB [ \-file
 .IR msgfile ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index ee29451..fa26c01 100644 (file)
@@ -10,7 +10,7 @@ rmf \- remove an nmh folder
 .B rmf
 .RI [ +folder ]
 .RB [ \-interactive " | " \-nointeractive ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index a271713..07d6cc3 100644 (file)
@@ -11,7 +11,7 @@ rmm \- remove messages
 .RI [ +folder ]
 .RI [ msgs ]
 .RB [ \-unlink " | " \-nounlink ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 24ced2c..7303279 100644 (file)
@@ -16,7 +16,7 @@ scan \- produce a one line per message scan listing
 .IR columns ]
 .RB [ \-file
 .IR filename ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index ef0695e..4292a2d 100644 (file)
@@ -14,7 +14,7 @@ send \- send a message
 .RB [ \-watch " | " \-nowatch ]
 .RB [ msg
 \&...]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 8e34f71..1fcfacd 100644 (file)
@@ -24,7 +24,7 @@ prev \- show the previous message
 \&...
 .RB [ \-form
 .IR formfile ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .PP
 .HP 5
index 7d64952..914fd7b 100644 (file)
@@ -26,7 +26,7 @@ slocal \- asynchronously filter and deliver new mail
 .IR deliveryfile ]
 .RB [ \-verbose " | " \-noverbose ]
 .RB [ \-debug ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 8932d64..582e6ff 100644 (file)
@@ -19,7 +19,7 @@ sortm \- sort messages
 .IR days ]
 .RB [ \-nolimit ]
 .RB [ \-verbose " | " \-noverbose ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 1e0429d..695cd94 100644 (file)
@@ -16,7 +16,7 @@ spost \- feed a message to sendmail
 .RB [ \-verbose " | " \-noverbose ]
 .RB [ \-watch " | " \-nowatch ]
 .I file
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index a181cca..c11da83 100644 (file)
@@ -13,7 +13,7 @@ whatnow \- prompting front-end for sending messages
 .RB [ \-prompt
 .IR string ]
 .RI [ file ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index 856c2a0..10ae7d0 100644 (file)
@@ -18,7 +18,7 @@ whom \- report to whom a message would go
 .IR msg ]
 .RB [ \-nodraftfolder ]
 .RI [ file ]
-.RB [ \-version ]
+.RB [ \-Version ]
 .RB [ \-help ]
 .ad
 .SH DESCRIPTION
index df29930..73f7166 100644 (file)
--- a/uip/ali.c
+++ b/uip/ali.c
@@ -34,7 +34,7 @@ static struct swit switches[] = {
 #define NUSERSW    7
        { "nouser", 0 },
 #define VERSIONSW  8
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW     9
        { "help", 0 },
        { NULL, 0 }
index 34d301b..7ede7e0 100644 (file)
@@ -30,7 +30,7 @@ static struct swit switches[] = {
 #define TEXTSW 3
        { "text body", 0 },
 #define VERSIONSW 4
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW 5
        { "help", 0 },
 #define LISTSW 6
index 623e003..3bb2bf0 100644 (file)
--- a/uip/ap.c
+++ b/uip/ap.c
@@ -22,7 +22,7 @@ static struct swit switches[] = {
 #define NNORMSW 2
        { "nonormalize", 0 },
 #define VERSIONSW 3
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW 4
        { "help", 0 },
        { NULL, 0 }
index 23b737e..8d6e69b 100644 (file)
@@ -14,7 +14,7 @@ static struct swit switches[] = {
 #define NVERBSW 1
        { "noverbose", 0 },
 #define VERSIONSW 2
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW 3
        { "help", 0 },
        { NULL, 0 }
index 5c088a8..1c45a98 100644 (file)
@@ -22,7 +22,7 @@ static struct swit switches[] = {
 #define WHATSW  4
        { "whatnowproc program", 0 },
 #define VERSIONSW  5
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  6
        { "help", 0 },
        { NULL, 0 }
index 57efc4e..3db8cfc 100644 (file)
@@ -22,7 +22,7 @@ static struct swit switches[] = {
 #define WHATSW  4
        { "whatnowproc program", 0 },
 #define VERSIONSW  5
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  6
        { "help", 0 },
        { NULL, 0 }
index d64a0b9..aee4b29 100644 (file)
--- a/uip/dp.c
+++ b/uip/dp.c
@@ -18,7 +18,7 @@ static struct swit switches[] = {
 #define FORMSW  0
        { "form formatfile", 0 },
 #define VERSIONSW  1
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  2
        { "help", 0 },
        { NULL, 0 }
index 9302a8a..71ae8e8 100644 (file)
@@ -52,7 +52,7 @@ static struct swit switches[] = {
 #define NOTOTALSW  12
        { "nototal", -7 },
 #define VERSIONSW  13
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  14
        { "help", 0 },
        { NULL, 0 }
index b59cf5c..fc94247 100644 (file)
@@ -15,7 +15,7 @@ static struct swit switches[] = {
 #define FORMSW  0
        { "form formatfile", 0 },
 #define VERSIONSW  1
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  2
        { "help", 0 },
        { NULL, 0 }
index cc40059..584bb76 100644 (file)
@@ -55,7 +55,7 @@ static struct swit switches[] = {
 #define POPSW  19
        { "pop", 0 },
 #define VERSIONSW  20
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  21
        { "help", 0 },
        { NULL, 0 }
index adf0faa..b1148b0 100644 (file)
@@ -34,7 +34,7 @@ static struct swit switches[] = {
 #define WHATSW  7
        { "whatnowproc program", 0 },
 #define VERSIONSW  8
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  9
        { "help", 0 },
 #define BILDSW  12
index 2bdb927..e155784 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -61,7 +61,7 @@ static struct swit switches[] = {
 #define WIDTHSW  10
        { "width columns", 0 },
 #define VERSIONSW  11
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  12
        { "help", 0 },
        { NULL, 0 },
index 1917e84..3818c29 100644 (file)
@@ -29,7 +29,7 @@ static struct swit switches[] = {
 #define NZEROSW  7
        { "nozero", 0 },
 #define VERSIONSW  8
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  9
        { "help", 0 },
 #define DEBUGSW  10
index 67b2e0e..12e6548 100644 (file)
@@ -34,7 +34,7 @@ static struct swit switches[] = {
 #define NVERBSW  1
        { "noverbose", 0 },
 #define VERSIONSW  2
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  3
        { "help", 0 },
 #define DEBUGSW  4
index 2c1d907..328db8f 100644 (file)
--- a/uip/mhl.c
+++ b/uip/mhl.c
@@ -48,7 +48,7 @@ static struct swit mhlswitches[] = {
 #define SLEEPSW  2
        { "sleep seconds",  0 },
 #define VERSIONSW  3
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  4
        { "help", 0 },
 #define FORW1SW  5
index dd954a0..7129ce5 100644 (file)
@@ -28,7 +28,7 @@ static struct swit switches[] = {
 #define TYPESW  4
        { "type content", 0 },
 #define VERSIONSW  5
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  6
        { "help", 0 },
 #define DEBUGSW  7
index 2ab9cfd..6506b7d 100644 (file)
@@ -23,7 +23,7 @@ static struct swit switches[] = {
 #define SUBJSW  3
        { "subject text", 0 },
 #define VERSIONSW  4
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  5
        { "help", 0 },
 #define RESNDSW  6
index 664e5d0..6c6fedb 100644 (file)
@@ -19,7 +19,7 @@ static struct swit switches[] = {
 #define ALLSW  2
        { "all", 0 },
 #define VERSIONSW 3
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  4
        { "help", 0 },
 #define DEBUGSW   5
index 5c0de05..605d13c 100644 (file)
@@ -11,7 +11,7 @@
 
 static struct swit switches[] = {
 #define VERSIONSW 0
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  1
        { "help", 0 },
        { NULL, 0 }
index 54aa78d..1ee5c82 100644 (file)
@@ -30,7 +30,7 @@ static struct swit switches[] = {
 #define TYPESW  5
        { "type content", 0 },
 #define VERSIONSW  6
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  7
        { "help", 0 },
 #define DEBUGSW  8
index f4d664d..259acf3 100644 (file)
@@ -29,7 +29,7 @@ static struct swit switches[] = {
 #define TYPESW  4
        { "type content", 0 },
 #define VERSIONSW  5
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  6
        { "help", 0 },
 #define DEBUGSW  7
index 33b8026..871270e 100644 (file)
@@ -30,7 +30,7 @@ static struct swit switches[] = {
 #define TYPESW  5
        { "type content", 0 },
 #define VERSIONSW  6
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  7
        { "help", 0 },
 #define DEBUGSW  8
index 6e93eb1..68cf120 100755 (executable)
@@ -31,7 +31,7 @@ while [ $# -ge 1 ] ; do
                ;;
        -v*)
                echo "mmh has no own version number, thus this instead:"
-               folder -version
+               folder -Version
                exit 0
                ;;
        -h*|*)
index ee81226..dfbdd69 100644 (file)
@@ -20,7 +20,7 @@ static struct swit switches[] = {
 #define NNOTESW  3
        { "nonotify type", 0 },
 #define VERSIONSW  4
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  5
        { "help", 0 },
        { NULL, 0 },
index dab17ad..de3c0be 100644 (file)
--- a/uip/new.c
+++ b/uip/new.c
@@ -26,7 +26,7 @@ static struct swit switches[] = {
 #define FOLDERSSW 1
        { "folders", 1 },
 #define VERSIONSW 2
-       { "version", 1 },
+       { "Version", 1 },
 #define HELPSW 3
        { "help", 1 },
        { NULL, 0 }
index 23ee335..b565c16 100644 (file)
@@ -14,7 +14,7 @@
 
 static struct swit switches[] = {
 #define VERSIONSW  0
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  1
        { "help", 0 },
        { NULL, 0 }
index 0f0dda3..d8edbca 100644 (file)
@@ -61,7 +61,7 @@ static struct swit switches[] = {
 #define NLISTSW  21
        { "nolist", 0 },
 #define VERSIONSW  22
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  23
        { "help", 0 },
        { NULL, 0 }
index 6c780d4..6db0455 100644 (file)
@@ -47,7 +47,7 @@ static struct swit switches[] = {
 #define NDOTSW  9
        { "nodoteof", 0 },
 #define VERSIONSW 10
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  11
        { "help", 0 },
        { NULL, 0 }
index ac19149..d409b5c 100644 (file)
@@ -16,7 +16,7 @@ static struct swit switches[] = {
 #define FORMSW  0
        { "form formfile",  4 },
 #define VERSIONSW  1
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  2
        { "help", 0 },
        { NULL, 0 }
index e00e1fd..fe98a44 100644 (file)
@@ -13,7 +13,7 @@
 
 static struct swit switches[] = {
 #define VERSIONSW  0
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  1
        { "help", 0 },
        { NULL, 0 }
index fc98b4a..5602dbc 100644 (file)
@@ -32,7 +32,7 @@ static struct swit switches[] = {
 #define SEQSW  8
        { "sequence name", 0 },
 #define VERSIONSW  9
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  10
        { "help", 0 },
        { NULL, 0 }
index 2fe25b4..e4433bd 100644 (file)
@@ -22,7 +22,7 @@ static struct swit switches[] = {
 #define FILESW  3
        { "file file", 0 },
 #define VERSIONSW  4
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  5
        { "help", 0 },
        { NULL, 0 }
index b29ae9f..f8af5ca 100644 (file)
@@ -46,7 +46,7 @@ static struct swit switches[] = {
 #define WHATSW  14
        { "whatnowproc program", 0 },
 #define VERSIONSW  15
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  16
        { "help", 0 },
 #define FILESW  17
index 77e0583..b9c1969 100644 (file)
--- a/uip/rmf.c
+++ b/uip/rmf.c
@@ -14,7 +14,7 @@ static struct swit switches[] = {
 #define NINTRSW  1
        { "nointeractive", 0 },
 #define VERSIONSW  2
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  3
        { "help", 0 },
        { NULL, 0 }
index ecc9b9b..0316c2c 100644 (file)
--- a/uip/rmm.c
+++ b/uip/rmm.c
@@ -15,7 +15,7 @@ static struct swit switches[] = {
 #define NUNLINKSW  1
        { "nounlink", 0 },
 #define VERSIONSW  2
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  3
        { "help", 0 },
        { NULL, 0 }
index 5cdd5b9..085cc7f 100644 (file)
@@ -21,7 +21,7 @@ static struct swit switches[] = {
 #define FILESW  2
        { "file file", 4 },
 #define VERSIONSW 3
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  4
        { "help", 0 },
        { NULL, 0 }
index 6be46db..84e05df 100644 (file)
@@ -66,7 +66,7 @@ static struct swit switches[] = {
 #define NWATCSW  5
        { "nowatch", 0 },
 #define VERSIONSW  6
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  7
        { "help", 0 },
        { NULL, 0 }
index 765bcbd..bd6b0a2 100644 (file)
@@ -63,7 +63,7 @@ static struct swit switches[] = {
 #define DEBUGSW  10
        { "debug", 0 },
 #define VERSIONSW  11
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  12
        { "help", 0 },
        { NULL, 0 }
index 6ba8a9c..d7dae61 100644 (file)
@@ -28,7 +28,7 @@ static struct swit switches[] = {
 #define NVERBSW  7
         { "noverbose", 0 },
 #define VERSIONSW  8
-        { "version", 0 },
+        { "Version", 0 },
 #define HELPSW  9
         { "help", 0 },
         { NULL, 0 }
index 093bad5..f3630d2 100644 (file)
@@ -33,7 +33,7 @@ struct swit switches[] = {
 #define NALIASW  5
        { "noalias", 0 },
 #define VERSIONSW  6
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  7
        { "help", 0 },
 #define DEBUGSW  8
index f26dcb7..7217096 100644 (file)
@@ -48,7 +48,7 @@ static struct swit whatnowswitches[] = {
 #define PRMPTSW  1
        { "prompt string", 4 },
 #define VERSIONSW  2
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  3
        { "help", 0 },
        { NULL, 0 }