diff options
author | Barry Warsaw <barry@python.org> | 2000-09-15 18:39:09 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-09-15 18:39:09 (GMT) |
commit | 645693783c47f143cab160105b6bd01935a55e8b (patch) | |
tree | 5040a26a1ca4c72ac7e8da873fb9061d63867852 /Misc/python.man | |
parent | 5c6bd313195fce075db106091f515766f7e78bf5 (diff) | |
download | cpython-645693783c47f143cab160105b6bd01935a55e8b.zip cpython-645693783c47f143cab160105b6bd01935a55e8b.tar.gz cpython-645693783c47f143cab160105b6bd01935a55e8b.tar.bz2 |
Describe the -h and -V flags. Closes patch #101496
Diffstat (limited to 'Misc/python.man')
-rw-r--r-- | Misc/python.man | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Misc/python.man b/Misc/python.man index 2747eaed..a23ae0e 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -27,6 +27,12 @@ python \- an interpreted, interactive, object-oriented programming language [ .B \-x ] +[ +.B \-h +] +[ +.B \-V +] .br [ .B \-c @@ -104,6 +110,12 @@ Skip the first line of the source. This is intended for a DOS specific hack only. Warning: the line numbers in error messages will be off by one! .TP +.B \-h +Prints the usage for the interpreter executable and exits. +.TP +.B \-V +Prints the Python version number of the executable and exits. +.TP .BI "\-c " command Specify the command to execute (see next section). This terminates the option list (following options are passed as |