mhonarc-users

Re: MHonArc documentation

1999-08-12 21:00:26
On August 12, 1999 at 17:21, someone wrote:

Sorry to miss 2.4.2, but here are a couple more tpyos,
diff'd against 2.4.1:

mhusage.pl
122c122
<   -nogziplinks             : Do not add ".gz" to filenames in links
---
  -notgziplinks            : Do not add ".gz" to filenames in links
-------^

Also, I think, but am not sure, that the listing of -tnoreverse is
really referring to -notreverse, but I honestly haven't traced
completely through the code to be sure, since this seemed like something
you would probably know at a glance.  If I'm right, you'll want to
conflate the descriptions as below:

mhusage.pl
137c137
<   -notreverse              : List threads in order
---
  -notreverse              : List threads in normal order (the default)
171d170
<   -tnoreverse              : List threads in normal order (the default)

and if I'm wrong, I'll have to go figure out what all the -*reverse
options do & don't do.

These are bugs.  -tnoreverse is bogus; use -notreverse.  -notgziplinks
should be -nogziplinks (which is what is actually checked for).

Also, -tnosort and -tnosubsort should be -notsort and -notsubsort.
However, the same typos existing in mhopt.pl, so -tnosort and -tnosubsort
will work.  This will be changed.

        --ewh