summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-04 10:47:18 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-04 10:47:18 (GMT)
commit9d8711964f114b9f0f5ed8a9a1eccfba2a096030 (patch)
tree4019cdf599c1b27954dab237dc0d7f955f7a6b05 /Doc
parentcbd2ab1311120efa37e6dd8008a234235bf97b62 (diff)
downloadcpython-9d8711964f114b9f0f5ed8a9a1eccfba2a096030.zip
cpython-9d8711964f114b9f0f5ed8a9a1eccfba2a096030.tar.gz
cpython-9d8711964f114b9f0f5ed8a9a1eccfba2a096030.tar.bz2
#1772833: add -q command line option.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/using/cmdline.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 6f3cfbe..d1f47eb 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -220,6 +220,13 @@ Miscellaneous options
Discard docstrings in addition to the :option:`-O` optimizations.
+.. cmdoption:: -q
+
+ Don't display the copyright and version messages even in interactive mode.
+
+ .. versionadded:: 3.2
+
+
.. cmdoption:: -s
Don't add user site directory to sys.path