mirror of https://github.com/python/cpython
Typo in usage message.
This commit is contained in:
parent
ee0a63bec5
commit
7c33095b6b
|
@ -68,7 +68,7 @@ Options and arguments (and corresponding environment variables):\n\
|
||||||
-d : debug output from parser (also PYTHONDEBUG=x)\n\
|
-d : debug output from parser (also PYTHONDEBUG=x)\n\
|
||||||
-i : inspect interactively after running script, (also PYTHONINSPECT=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\
|
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\
|
-S : don't imply 'import site' on initialization\n\
|
||||||
-t : issue warnings about inconsistent tab usage (-tt: issue errors)\n\
|
-t : issue warnings about inconsistent tab usage (-tt: issue errors)\n\
|
||||||
";
|
";
|
||||||
|
|
Loading…
Reference in New Issue