From: Brett Cannon Date: Fri, 1 Jan 2010 01:58:39 +0000 (+0000) Subject: Clean up the list of allowed command-line flags. X-Git-Tag: v3.2a1~1929 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b44807d4f910ec44c011dda184de9b8e25c21d4;p=thirdparty%2FPython%2Fcpython.git Clean up the list of allowed command-line flags. --- diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index ccdfe330fbd0..5440c203a2d3 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::