[Python-checkins] r77200 - python/branches/py3k/Doc/using/cmdline.rst

brett.cannon python-checkins at python.org
Fri Jan 1 02:58:39 CET 2010


Author: brett.cannon
Date: Fri Jan  1 02:58:39 2010
New Revision: 77200

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


Modified:
   python/branches/py3k/Doc/using/cmdline.rst

Modified: python/branches/py3k/Doc/using/cmdline.rst
==============================================================================
--- python/branches/py3k/Doc/using/cmdline.rst	(original)
+++ python/branches/py3k/Doc/using/cmdline.rst	Fri Jan  1 02:58:39 2010
@@ -21,7 +21,7 @@
 
 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::
 


More information about the Python-checkins mailing list