summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-06-17 10:34:44 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-06-17 10:34:44 +0200
commitad28d340b5f93df534e0b45243e4d7fa5fecd518 (patch)
treea4b8c7aee2266e42976448b9cc31da4cdba11b2d /README.rst
parentaf843f1c5432fbfeb70c43188166af1a99834a02 (diff)
downloadpep8-ad28d340b5f93df534e0b45243e4d7fa5fecd518.tar.gz
Refresh the README and the CHANGES.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 6387b0e..e68714d 100644
--- a/README.rst
+++ b/README.rst
@@ -105,15 +105,23 @@ Quick help is available on the command line::
--statistics count errors and warnings
--count print total number of errors and warnings to standard
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 maximum allowed line length (default: 79)
- --doctest run doctest on myself
- --config=path config file location (default: /home/user/.config/pep8)
--format=format set the error format [default|pylint|<custom>]
--diff report only lines changed according to the unified diff
received on STDIN
+ Testing Options:
+ --testsuite=dir run regression tests from dir
+ --doctest run doctest on myself
+ --benchmark measure processing speed
+
+ Configuration:
+ The configuration options are read from the [pep8] section. Allowed
+ options are: exclude, filename, select, ignore, max-line-length,
+ count, format, quiet, show-pep8, show-source, statistics.
+
+ --config=path config file location (default: /home/user/.config/pep8)
+
Feedback
--------