summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-11-09 17:03:45 (GMT)
committerFred Drake <fdrake@acm.org>1999-11-09 17:03:45 (GMT)
commita24f7b759ab817468597055ac2c28c069de05ed0 (patch)
tree2d202240fd190fa04ffa0e5ab2fdf45da7f3279d /Doc/ref
parentbe48646cfaed5e5475ef060160edf40ca3d44dfd (diff)
downloadcpython-a24f7b759ab817468597055ac2c28c069de05ed0.zip
cpython-a24f7b759ab817468597055ac2c28c069de05ed0.tar.gz
cpython-a24f7b759ab817468597055ac2c28c069de05ed0.tar.bz2
Use \programopt in one place.
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/ref8.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref8.tex b/Doc/ref/ref8.tex
index a5ed6e7..485b34d 100644
--- a/Doc/ref/ref8.tex
+++ b/Doc/ref/ref8.tex
@@ -34,7 +34,7 @@ in the namespace of \module{__main__}.
\refbimodindex{__main__}
Under {\UNIX}, a complete program can be passed to the interpreter in
-three forms: with the \program{-c} \var{string} command line option, as a
+three forms: with the \programopt{-c} \var{string} command line option, as a
file passed as the first command line argument, or as standard input.
If the file or standard input is a tty device, the interpreter enters
interactive mode; otherwise, it executes the file as a complete