diff options
author | Guido van Rossum <guido@python.org> | 1998-04-13 20:28:18 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-13 20:28:18 (GMT) |
commit | 7c33095b6bcc14b9d3df002eae626d2f4129bd87 (patch) | |
tree | 10a47781a5591a8d91f9ff8f52cd116b38af6dfc /Modules | |
parent | ee0a63bec51088629eb1b3621b805ea697a461fe (diff) | |
download | cpython-7c33095b6bcc14b9d3df002eae626d2f4129bd87.zip cpython-7c33095b6bcc14b9d3df002eae626d2f4129bd87.tar.gz cpython-7c33095b6bcc14b9d3df002eae626d2f4129bd87.tar.bz2 |
Typo in usage message.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c index 190f4fd..b4bece6 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\ "; |