]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document -t flag.
authorGuido van Rossum <guido@python.org>
Fri, 10 Apr 1998 19:36:09 +0000 (19:36 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Apr 1998 19:36:09 +0000 (19:36 +0000)
Misc/python.man

index 8e564034cf37c9464c27d6241ab81955d2dbd551..f1a9aeafe4091cc26ead9a504608db79119925e9 100644 (file)
@@ -1,4 +1,4 @@
-.TH PYTHON "7 September, 1997"
+.TH PYTHON "10 April, 1998"
 .SH NAME
 python \- an interpreted, interactive, object-oriented programming language
 .SH SYNOPSIS
@@ -16,6 +16,9 @@ python \- an interpreted, interactive, object-oriented programming language
 .B \-S
 ]
 [
+.B \-t
+]
+[
 .B \-u
 ]
 [
@@ -79,6 +82,11 @@ and the site-dependent manipulations of
 .I sys.path
 that it entails.
 .TP
+.B \-t
+Issue a warning when a source file mixes tabs and spaces for
+indentation in a way that makes it depend on the worth of a tab
+expressed in spaces.  Issue an error when the option is given twice.
+.TP
 .B \-u
 Force stdin, stdout and stderr to be totally unbuffered.
 .TP