summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorflorentx <florent.xicluna@gmail.com>2009-10-24 23:42:46 +0200
committerflorentx <florent.xicluna@gmail.com>2009-10-24 23:42:46 +0200
commit6946821db3dfee26fc1b0d25fec06dafa8799219 (patch)
tree88e7c464ff58f00e4be223c939b8f17b03608e97 /README.rst
parentdec00168e260daff960f9699fb244bbc6ac50d2a (diff)
downloadpep8-6946821db3dfee26fc1b0d25fec06dafa8799219.tar.gz
Add --select option.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index a03717b..582cb6f 100644
--- a/README.rst
+++ b/README.rst
@@ -82,6 +82,7 @@ Quick help is available on the command line::
separated patterns (default: .svn,CVS,.bzr,.hg,.git)
--filename=patterns when parsing directories, only check filenames matching
these comma separated patterns (default: *.py)
+ --select=errors select errors and warnings (e.g. E,W6)
--ignore=errors skip errors and warnings (e.g. E4,W)
--repeat show all occurrences of the same error
--show-source show source code for each error