diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-01 15:24:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-01 15:24:03 (GMT) |
commit | 73ec98357ed11a5afb1ec403cd57089e5be39973 (patch) | |
tree | bc963d7b7939030f1db84c5fded46fa00c0a7fd8 /Doc | |
parent | 15a159c23166c77926cebebbf9cc4bf13119f86e (diff) | |
download | cpython-73ec98357ed11a5afb1ec403cd57089e5be39973.zip cpython-73ec98357ed11a5afb1ec403cd57089e5be39973.tar.gz cpython-73ec98357ed11a5afb1ec403cd57089e5be39973.tar.bz2 |
Include the --dir argument in the help text.
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/tools/mkhowto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/mkhowto b/Doc/tools/mkhowto index d2ff646..4fe97fb 100755 --- a/Doc/tools/mkhowto +++ b/Doc/tools/mkhowto @@ -13,6 +13,7 @@ Options specifying formats to build: HTML options: --address, -a Specify an address for page footers. + --dir Specify the directory for HTML output. --link Specify the number of levels to include on each page. --split, -s Specify a section level for page splitting, default: %(max_split_depth)s. --iconserver, -i Specify location of icons (default: ./). |