]> granicus.if.org Git - python/commitdiff
Merged revisions 77198 via svnmerge from
authorBrett Cannon <bcannon@gmail.com>
Fri, 1 Jan 2010 01:47:00 +0000 (01:47 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 1 Jan 2010 01:47:00 +0000 (01:47 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77198 | brett.cannon | 2009-12-31 17:44:57 -0800 (Thu, 31 Dec 2009) | 3 lines

  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).
........

Doc/using/cmdline.rst

index 403b7b7318d08e5d504756e0f15ff79e55856e93..bb9ae87b2c39cd9bfb122c46b06db3628c8f58dd 100644 (file)
@@ -21,7 +21,7 @@ Command line
 
 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::
 
@@ -307,7 +307,7 @@ Miscellaneous options
    :mod:`warnings` module.
 
    The simplest form of argument is one of the following action strings (or a
-   unique abbreviation):
+   unique abbreviation) by themselves:
 
    ``ignore``
       Ignore all warnings.
@@ -353,6 +353,8 @@ Miscellaneous options
 
    .. note:: The line numbers in error messages will be off by one.
 
+.. XXX document -X?
+
 
 .. cmdoption:: -3