[Python-checkins] python/dist/src/Doc/tools prechm.py, 1.15.18.2,
1.15.18.3
Tim Peters
tim.one at comcast.net
Sun Feb 8 14:37:43 EST 2004
> Modified Files:
> Tag: release23-maint
> prechm.py
> Log Message:
> SF patch #880552: Fix typo in usage message(prechm.py)
> (Contributed by George Yoshida.)
...
>
> Index: prechm.py
> ===================================================================
> RCS file: /cvsroot/python/python/dist/src/Doc/tools/prechm.py,v
> retrieving revision 1.15.18.2
> retrieving revision 1.15.18.3
> diff -C2 -d -r1.15.18.2 -r1.15.18.3
> *** prechm.py 23 Sep 2003 20:34:40 -0000 1.15.18.2
> --- prechm.py 8 Feb 2004 19:26:13 -0000 1.15.18.3
> ***************
> *** 24,28 ****
>
> usage_mode = '''
> ! Usage: make_chm.py [-c] [-k] [-p] [-v 1.5[.x]] filename
> -c: does not build filename.hhc (Table of Contents)
> -k: does not build filename.hhk (Index)
> --- 24,28 ----
>
> usage_mode = '''
> ! Usage: pre_chm.py [-c] [-k] [-p] [-v 1.5[.x]] filename
> -c: does not build filename.hhc (Table of Contents)
> -k: does not build filename.hhk (Index)
> ***************
If the name of the file is prechm.py, then saying pre_chm.py in the usage
message appears just as wrong as saying make_chm.py <wink>.
More information about the Python-checkins
mailing list