]> granicus.if.org Git - python/commitdiff
Merged revisions 77200 via svnmerge from
authorBrett Cannon <bcannon@gmail.com>
Fri, 1 Jan 2010 02:03:50 +0000 (02:03 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 1 Jan 2010 02:03:50 +0000 (02:03 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r77200 | brett.cannon | 2009-12-31 17:58:39 -0800 (Thu, 31 Dec 2009) | 2 lines

  Clean up the list of allowed command-line flags.
........

Doc/using/cmdline.rst

index ccdfe330fbd00157a520adaa5bf589f1ebec4e1f..5440c203a2d3865b425f6d291708c76f95741bd6 100644 (file)
@@ -21,7 +21,7 @@ Command line
 
 When invoking Python, you may specify any of these options::
 
-    python [-bdEiOsStuUvxX?] [-c command | -m module-name | script | - ] [args]
+    python [-bBdEhiOsSuvVWx?] [-c command | -m module-name | script | - ] [args]
 
 The most common use case is, of course, a simple invocation of a script::