mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
SF patch #880552: Fix typo in usage message(prechm.py)
(Contributed by George Yoshida.) * Also convert tabs to spaces.
This commit is contained in:
parent
b32e640489
commit
ce9b4714ef
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ import getopt
|
||||||
import cgi
|
import cgi
|
||||||
|
|
||||||
usage_mode = '''
|
usage_mode = '''
|
||||||
Usage: make_chm.py [-c] [-k] [-p] [-v 1.5[.x]] filename
|
Usage: pre_chm.py [-c] [-k] [-p] [-v 1.5[.x]] filename
|
||||||
-c: does not build filename.hhc (Table of Contents)
|
-c: does not build filename.hhc (Table of Contents)
|
||||||
-k: does not build filename.hhk (Index)
|
-k: does not build filename.hhk (Index)
|
||||||
-p: does not build filename.hhp (Project File)
|
-p: does not build filename.hhp (Project File)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue