diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-12 17:52:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-12 17:52:16 (GMT) |
commit | 78b8c3d0d6fe1096bee7d49bb4e78eb19591fabe (patch) | |
tree | a2747b56e561e42116ea3abfb174afbdf39eac73 | |
parent | c794c38187b2894dc935e663e5f76dd7105ce042 (diff) | |
download | cpython-78b8c3d0d6fe1096bee7d49bb4e78eb19591fabe.zip cpython-78b8c3d0d6fe1096bee7d49bb4e78eb19591fabe.tar.gz cpython-78b8c3d0d6fe1096bee7d49bb4e78eb19591fabe.tar.bz2 |
Oops, the --text option wasn't documented!
-rwxr-xr-x | Doc/tools/mkhowto.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh index 393e419..26deac9 100755 --- a/Doc/tools/mkhowto.sh +++ b/Doc/tools/mkhowto.sh @@ -38,6 +38,7 @@ Options specifying formats to build: --pdf Portable Document Format (default) --ps PostScript --dvi "DeVice Indepentent" format from TeX + --text ASCII text More than one output format may be specified. |