summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrey Hunner <treyhunner@gmail.com>2011-01-25 19:28:44 -0800
committerTrey Hunner <treyhunner@gmail.com>2011-09-12 15:16:13 -0700
commit1c28dc0c0ca4eb9d41730833d486d2eab5e07e61 (patch)
tree9197f95d336e0a68741eb97ed1963b6d5a7846ba
parent7aa224f96f9d316828701b9fb675e756f0855d7e (diff)
downloadpep8-1c28dc0c0ca4eb9d41730833d486d2eab5e07e61.tar.gz
Added max-line-length argument to README
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index e8ad376..0087d66 100644
--- a/README.rst
+++ b/README.rst
@@ -109,6 +109,7 @@ Quick help is available on the command line::
error and set exit code to 1 if total is not null
--benchmark measure processing speed
--testsuite=dir run regression tests from dir
+ --max-line-length=n set to a higher value to relax pep8 line length
--doctest run doctest on myself
Feedback