From: Guido van Rossum Date: Mon, 13 Apr 1998 20:28:18 +0000 (+0000) Subject: Typo in usage message. X-Git-Tag: v1.5.1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c33095b6bcc14b9d3df002eae626d2f4129bd87;p=thirdparty%2FPython%2Fcpython.git Typo in usage message. --- diff --git a/Modules/main.c b/Modules/main.c index 190f4fd83a18..b4bece6cabe2 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\ ";