Commit ce9b4714 authored by Raymond Hettinger's avatar Raymond Hettinger

SF patch #880552: Fix typo in usage message(prechm.py)

(Contributed by George Yoshida.)

* Also convert tabs to spaces.
parent b32e6404
......@@ -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>
'''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment