From: Brett Cannon Date: Fri, 1 Jan 2010 02:03:50 +0000 (+0000) Subject: Merged revisions 77200 via svnmerge from X-Git-Tag: v3.1.2rc1~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e6711b69ecb9837528c619bf1e4ab058917c077;p=python 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. ........ --- diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index ccdfe330fb..5440c203a2 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::