Commit f31d1a05 authored by Brett Cannon's avatar Brett Cannon

Add some missing command-line options to the main list. All but -V were already

documented. Left -V undocumented for now (and -U was already undocumented).
parent 0ef0b910
...@@ -21,7 +21,7 @@ Command line ...@@ -21,7 +21,7 @@ Command line
When invoking Python, you may specify any of these options:: When invoking Python, you may specify any of these options::
python [-dEiOQsStuUvxX3?] [-c command | -m module-name | script | - ] [args] python [-BdEiOQsStuUvVWxX3?] [-c command | -m module-name | script | - ] [args]
The most common use case is, of course, a simple invocation of a script:: The most common use case is, of course, a simple invocation of a script::
...@@ -316,7 +316,7 @@ Miscellaneous options ...@@ -316,7 +316,7 @@ Miscellaneous options
:mod:`warnings` module. :mod:`warnings` module.
The simplest form of argument is one of the following action strings (or a The simplest form of argument is one of the following action strings (or a
unique abbreviation): unique abbreviation) by themselves:
``ignore`` ``ignore``
Ignore all warnings. Ignore all warnings.
...@@ -362,6 +362,8 @@ Miscellaneous options ...@@ -362,6 +362,8 @@ Miscellaneous options
.. note:: The line numbers in error messages will be off by one. .. note:: The line numbers in error messages will be off by one.
.. XXX document -X?
.. cmdoption:: -3 .. cmdoption:: -3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment