diff options
author | Fred Drake <fdrake@acm.org> | 1999-11-09 18:03:00 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-11-09 18:03:00 (GMT) |
commit | d290c1089047737437c20787afc6e6ea40ee21a6 (patch) | |
tree | c826df7af45a780dd81412576279ddedbdb726f3 /Doc/doc | |
parent | 310ee61f2036d6de6b3a64b63467e39bc5c31a1a (diff) | |
download | cpython-d290c1089047737437c20787afc6e6ea40ee21a6.zip cpython-d290c1089047737437c20787afc6e6ea40ee21a6.tar.gz cpython-d290c1089047737437c20787afc6e6ea40ee21a6.tar.bz2 |
Use \programopt in one place.
Diffstat (limited to 'Doc/doc')
-rw-r--r-- | Doc/doc/doc.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex index 62fc11d..0426006 100644 --- a/Doc/doc/doc.tex +++ b/Doc/doc/doc.tex @@ -956,7 +956,8 @@ distribution, to create or maintain whole documents or sections. symbolic link to it or run it in place; the actual script file must be stored as part of the documentation source tree, though it may be used to format documents outside the - tree. Use \program{mkhowto -}\program{-help} for a list of + tree. Use \program{mkhowto} \programopt{-}\programopt{-help} + for a list of command line options. \program{mkhowto} can be used for both \code{howto} and |