diff options
author | Brett Cannon <bcannon@gmail.com> | 2010-01-01 01:58:39 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2010-01-01 01:58:39 (GMT) |
commit | 4b44807d4f910ec44c011dda184de9b8e25c21d4 (patch) | |
tree | b64cfec265f7755253bb3037fe0e7ff28a87805b /Doc/using | |
parent | 2df5d28155e922f7972a02d8411c1b47f3fa812c (diff) | |
download | cpython-4b44807d4f910ec44c011dda184de9b8e25c21d4.zip cpython-4b44807d4f910ec44c011dda184de9b8e25c21d4.tar.gz cpython-4b44807d4f910ec44c011dda184de9b8e25c21d4.tar.bz2 |
Clean up the list of allowed command-line flags.
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 2 |
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:: |