]> granicus.if.org Git - python/commitdiff
Document -x too.
authorGuido van Rossum <guido@python.org>
Fri, 10 Apr 1998 19:46:00 +0000 (19:46 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Apr 1998 19:46:00 +0000 (19:46 +0000)
Misc/python.man

index f1a9aeafe4091cc26ead9a504608db79119925e9..a67bcca57904f193e05b4500098dfe43fed5dee4 100644 (file)
@@ -25,6 +25,9 @@ python \- an interpreted, interactive, object-oriented programming language
 .B \-v
 ]
 [
+.B \-x
+]
+[
 .B \-X
 ]
 .br
@@ -94,6 +97,11 @@ Force stdin, stdout and stderr to be totally unbuffered.
 Print a message each time a module is initialized, showing the place
 (filename or built-in module) from which it is loaded.
 .TP
+.B \-x
+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 \-X
 Make the standard exceptions strings instead of classes.
 Use for backward compatibility with old code only.