Commit 8b101b1c authored by Barry Warsaw's avatar Barry Warsaw

Describe the -h and -V flags. Closes patch #101496

parent 3ded1e83
...@@ -27,6 +27,12 @@ python \- an interpreted, interactive, object-oriented programming language ...@@ -27,6 +27,12 @@ python \- an interpreted, interactive, object-oriented programming language
[ [
.B \-x .B \-x
] ]
[
.B \-h
]
[
.B \-V
]
.br .br
[ [
.B \-c .B \-c
...@@ -104,6 +110,12 @@ Skip the first line of the source. This is intended for a DOS ...@@ -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 specific hack only. Warning: the line numbers in error messages will
be off by one! be off by one!
.TP .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 .BI "\-c " command
Specify the command to execute (see next section). Specify the command to execute (see next section).
This terminates the option list (following options are passed as This terminates the option list (following options are passed as
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment