summaryrefslogtreecommitdiff
path: root/Modules/main.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-04-13 20:28:18 +0000
committerGuido van Rossum <guido@python.org>1998-04-13 20:28:18 +0000
commitc9c0d91c6df2fbedb9281653c8922347fc660c2b (patch)
treeded96a3c27dddb62d43f314feae8d4aa515360e2 /Modules/main.c
parent4476c02d42064cc63e5355ad04127f5796e6f493 (diff)
downloadcpython-c9c0d91c6df2fbedb9281653c8922347fc660c2b.tar.gz
Typo in usage message.
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 190f4fd83a..b4bece6cab 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)\n\
-S : don't imply 'import site' on initialization\n\
-t : issue warnings about inconsistent tab usage (-tt: issue errors)\n\
";