X Tutup
Skip to content

Commit fe4416c

Browse files
author
guido
committed
Document -x too.
git-svn-id: http://svn.python.org/projects/python/trunk@10449 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 4c62a4e commit fe4416c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Misc/python.man

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ python \- an interpreted, interactive, object-oriented programming language
2525
.B \-v
2626
]
2727
[
28+
.B \-x
29+
]
30+
[
2831
.B \-X
2932
]
3033
.br
@@ -94,6 +97,11 @@ Force stdin, stdout and stderr to be totally unbuffered.
9497
Print a message each time a module is initialized, showing the place
9598
(filename or built-in module) from which it is loaded.
9699
.TP
100+
.B \-x
101+
Skip the first line of the source. This is intended for a DOS
102+
specific hack only. Warning: the line numbers in error messages will
103+
be off by one!
104+
.TP
97105
.B \-X
98106
Make the standard exceptions strings instead of classes.
99107
Use for backward compatibility with old code only.

0 commit comments

Comments
 (0)
X Tutup