Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6456937

Browse files
committed
Describe the -h and -V flags. Closes patch #101496
1 parent 5c6bd31 commit 6456937

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Misc/python.man

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ python \- an interpreted, interactive, object-oriented programming language
2727
[
2828
.B \-x
2929
]
30+
[
31+
.B \-h
32+
]
33+
[
34+
.B \-V
35+
]
3036
.br
3137
[
3238
.B \-c
@@ -104,6 +110,12 @@ Skip the first line of the source. This is intended for a DOS
104110
specific hack only. Warning: the line numbers in error messages will
105111
be off by one!
106112
.TP
113+
.B \-h
114+
Prints the usage for the interpreter executable and exits.
115+
.TP
116+
.B \-V
117+
Prints the Python version number of the executable and exits.
118+
.TP
107119
.BI "\-c " command
108120
Specify the command to execute (see next section).
109121
This terminates the option list (following options are passed as

0 commit comments

Comments
 (0)