summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2011-07-08 16:14:20 +0200
committerJulien Cristau <julien.cristau@logilab.fr>2011-07-08 16:14:20 +0200
commit050a94bb1b414805bba5aa1f56c99bf11923abea (patch)
tree5e3a122162086d0dff45594acd77d0bfeda260e6 /man
parentf7f14afbb12504af09a08fa958b3e519080d6354 (diff)
downloadpylint-050a94bb1b414805bba5aa1f56c99bf11923abea.tar.gz
Fix --ignore option documentation to match reality (closes #22273)
The option can only be passed once, but it takes a list of file names.
Diffstat (limited to 'man')
-rw-r--r--man/pylint.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/pylint.1 b/man/pylint.1
index 7fb46e8..29b91d9 100644
--- a/man/pylint.1
+++ b/man/pylint.1
@@ -42,8 +42,8 @@ Specify a configuration file.
Python code to execute, usually for sys.path manipulation such as pygtk.require().
.IP "--errors-only, -E"
In error mode, checkers without error messages are disabled and for others, only the ERROR messages are displayed, and no reports are done by default
-.IP "--ignore=<file>"
-Add <file or directory> to the black list. It should be a base name, not a path. You may set this option multiple times. [current: CVS]
+.IP "--ignore=<file>[,<file>...]"
+Add files or directories to the blacklist. They should be base names, not paths.
.IP "--persistent=<y_or_n>"
Pickle collected data for later comparisons. [current: yes]
.IP "--load-plugins=<modules>"