]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF patch #880552: Fix typo in usage message(prechm.py)
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 19:26:13 +0000 (19:26 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 19:26:13 +0000 (19:26 +0000)
(Contributed by George Yoshida.)

Doc/tools/prechm.py

index 2a7866ecd48789976e4006143a8222388049ae49..d0c355be1f9d0594a40f114abf0c1248df11090f 100644 (file)
@@ -23,7 +23,7 @@ import getopt
 import cgi
 
 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)
     -k: does not build filename.hhk (Index)
     -p: does not build filename.hhp (Project File)
@@ -93,8 +93,8 @@ contents_header = '''\
 <!-- Sitemap 1.0 -->
 </HEAD><BODY>
 <OBJECT type="text/site properties">
-       <param name="Window Styles" value="0x801227">
-       <param name="ImageType" value="Folder">
+        <param name="Window Styles" value="0x801227">
+        <param name="ImageType" value="Folder">
 </OBJECT>
 <UL>
 '''