summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorflorentx <florent.xicluna@gmail.com>2009-12-15 16:01:43 +0100
committerflorentx <florent.xicluna@gmail.com>2009-12-15 16:01:43 +0100
commite65a95b7a375a9e48c3e8dce1a83738778405fe3 (patch)
tree994cfd3dd96913e585f78567d57986e1e9c28b3c /README.rst
parentd71d7eb83d1ff588a7ec9c6e8c51358720eb2bd7 (diff)
downloadpep8-e65a95b7a375a9e48c3e8dce1a83738778405fe3.tar.gz
Changed the --count switch to set exitcode to 1, and print count to sys.stderr. (idea from AshCrow)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 61293bf..0bce501 100644
--- a/README.rst
+++ b/README.rst
@@ -94,7 +94,8 @@ Quick help is available on the command line::
--show-source show source code for each error
--show-pep8 show text of PEP 8 for each error
--statistics count errors and warnings
- --count count total number of 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
--doctest run doctest on myself