summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-12 21:51:29 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-12 21:51:29 +0200
commit06add2ea5d4b3bfa5b90c347209ede62ff73da4e (patch)
treed9d314600e375a43da986fb4ce161d9fe11b750e /doc
parent4c6dce3d397e1a1d4e66802d6514c17ead5a8f40 (diff)
downloadpylint-06add2ea5d4b3bfa5b90c347209ede62ff73da4e.tar.gz
Fix the documentation for the --ignore option. Closes issue #405.
Diffstat (limited to 'doc')
-rw-r--r--doc/run.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/run.rst b/doc/run.rst
index 418e915..7b95448 100644
--- a/doc/run.rst
+++ b/doc/run.rst
@@ -121,9 +121,10 @@ configuration.
Other useful global options include:
---ignore=file Add <file> (may be a directory) to the black
+--ignore=<file[,file]> Add <file> (may be a directory) to the black
list. It should be a base name, not a path.
- You may set this option multiple times.
+ Multiple entries can be given, separated by
+ comma.
--persistent=y_or_n Pickle collected data for later comparisons.
--output-format=<format> Select output format (text, html, custom).
--msg-template=<template> Modifiy text output message template.