summaryrefslogtreecommitdiffstats
path: root/Misc/python.man
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 /Misc/python.man
parentcbd2ab1311120efa37e6dd8008a234235bf97b62 (diff)
downloadcpython-9d8711964f114b9f0f5ed8a9a1eccfba2a096030.zip
cpython-9d8711964f114b9f0f5ed8a9a1eccfba2a096030.tar.gz
cpython-9d8711964f114b9f0f5ed8a9a1eccfba2a096030.tar.bz2
#1772833: add -q command line option.
Diffstat (limited to 'Misc/python.man')
-rw-r--r--Misc/python.man7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/python.man b/Misc/python.man
index 428ef4d..2d15d5d 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -26,6 +26,9 @@ python \- an interpreted, interactive, object-oriented programming language
.B \-m
.I module-name
]
+[
+.B \-q
+]
.br
[
.B \-O
@@ -145,6 +148,10 @@ to \fI.pyo\fP. Given twice, causes docstrings to be discarded.
.B \-O0
Discard docstrings in addition to the \fB-O\fP optimizations.
.TP
+.B \-q
+Do not print the version and copyright messages. These messages are
+also suppressed in non-interactive mode.
+.TP
.BI "\-Q " argument
Division control; see PEP 238. The argument must be one of "old" (the
default, int/int and long/long return an int or long), "new" (new