summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2010-01-01 02:03:50 (GMT)
committerBrett Cannon <bcannon@gmail.com>2010-01-01 02:03:50 (GMT)
commit1e6711b69ecb9837528c619bf1e4ab058917c077 (patch)
tree45b309c4e6a001d069060a51693f8de66231da2a /Doc/using
parentb87f0d00c37d38c45d0da3cf2df907d22bbd6f56 (diff)
downloadcpython-1e6711b69ecb9837528c619bf1e4ab058917c077.zip
cpython-1e6711b69ecb9837528c619bf1e4ab058917c077.tar.gz
cpython-1e6711b69ecb9837528c619bf1e4ab058917c077.tar.bz2
Merged revisions 77200 via svnmerge from
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. ........
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/cmdline.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index ccdfe33..5440c20 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -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::