diff options
author | Guido van Rossum <guido@python.org> | 1998-04-10 19:36:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-10 19:36:09 (GMT) |
commit | 29d465bef709dde8a0e433223d2ce71a7833ca14 (patch) | |
tree | f601a16f61fe9e1d07258d5d77da4643e05222bd /Misc | |
parent | 6135df6626dd49b4dc4e1b570e0c9d1339fbf462 (diff) | |
download | cpython-29d465bef709dde8a0e433223d2ce71a7833ca14.zip cpython-29d465bef709dde8a0e433223d2ce71a7833ca14.tar.gz cpython-29d465bef709dde8a0e433223d2ce71a7833ca14.tar.bz2 |
Document -t flag.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python.man | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Misc/python.man b/Misc/python.man index 8e56403..f1a9aea 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -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 |