From ad28d340b5f93df534e0b45243e4d7fa5fecd518 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Sun, 17 Jun 2012 10:34:44 +0200 Subject: Refresh the README and the CHANGES. --- README.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'README.rst') 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|] --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 -------- -- cgit v1.2.1