projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c6bd31
)
Describe the -h and -V flags. Closes patch #101496
author
Barry Warsaw
<barry@python.org>
Fri, 15 Sep 2000 18:39:09 +0000
(18:39 +0000)
committer
Barry Warsaw
<barry@python.org>
Fri, 15 Sep 2000 18:39:09 +0000
(18:39 +0000)
Misc/python.man
patch
|
blob
|
history
diff --git
a/Misc/python.man
b/Misc/python.man
index 2747eaedc9a71cb5b2bbad41bf36e77bfdefb51c..a23ae0ea16f82566b603418c96e0425416299fc5 100644
(file)
--- 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