summaryrefslogtreecommitdiff
path: root/Modules/main.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-10-07 14:50:06 +0000
committerGuido van Rossum <guido@python.org>1998-10-07 14:50:06 +0000
commitdd70f5ef8f2191f103d6bf93e8ed8eafdc450e18 (patch)
tree5b0ec5fff941c10ce810be1edbccbba088c8cd24 /Modules/main.c
parent881c65da5cd8dcb2079843796c7f0f5066d10447 (diff)
downloadcpython-dd70f5ef8f2191f103d6bf93e8ed8eafdc450e18.tar.gz
Documented PYTHONOPTIMIZE; by Marc Lemburg.
Diffstat (limited to 'Modules/main.c')
-rw-r--r--Modules/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c
index b4bece6cab..757aa77afb 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -68,7 +68,7 @@ Options and arguments (and corresponding environment variables):\n\
-d : debug output from parser (also PYTHONDEBUG=x)\n\
-i : inspect interactively after running script, (also PYTHONINSPECT=x)\n\
and force prompts, even if stdin does not appear to be a terminal\n\
--O : optimize generated bytecode (a tad)\n\
+-O : optimize generated bytecode (a tad; also PYTHONOPTIMIZE=x)\n\
-S : don't imply 'import site' on initialization\n\
-t : issue warnings about inconsistent tab usage (-tt: issue errors)\n\
";