diff options
author | Georg Brandl <georg@python.org> | 2010-12-04 10:47:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-04 10:47:18 (GMT) |
commit | 9d8711964f114b9f0f5ed8a9a1eccfba2a096030 (patch) | |
tree | 4019cdf599c1b27954dab237dc0d7f955f7a6b05 /Doc | |
parent | cbd2ab1311120efa37e6dd8008a234235bf97b62 (diff) | |
download | cpython-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.rst | 7 |
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 |