From: Fred Drake Date: Tue, 9 Nov 1999 17:03:45 +0000 (+0000) Subject: Use \programopt in one place. X-Git-Tag: v1.6a1~754 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a24f7b759ab817468597055ac2c28c069de05ed0;p=python Use \programopt in one place. --- diff --git a/Doc/ref/ref8.tex b/Doc/ref/ref8.tex index a5ed6e7867..485b34dbc7 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