diff options
author | Alexander Pervakov <frost.nzcr4@jagmort.com> | 2016-04-24 01:09:37 +0300 |
---|---|---|
committer | Alexander Pervakov <frost.nzcr4@jagmort.com> | 2016-04-24 01:09:37 +0300 |
commit | 789e8de06c663c3bf390b0aed7014a4b6d3e94f1 (patch) | |
tree | ba011fdbfc29361f799b9fd5d169f5da3f1b1af7 /man | |
parent | adcb85791481383d52ffd6db4ea2a7b85d4b1c1e (diff) | |
download | pylint-git-789e8de06c663c3bf390b0aed7014a4b6d3e94f1.tar.gz |
Update docs for --ignore option
Diffstat (limited to 'man')
-rw-r--r-- | man/pyreverse.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/pyreverse.1 b/man/pyreverse.1 index 323472d4f..584f37c10 100644 --- a/man/pyreverse.1 +++ b/man/pyreverse.1 @@ -37,8 +37,9 @@ You can do \-c <class1> , \-c <class2>. show help message and exit .IP "-p<name>, --project=<name>" set project name to <name> if not using \-c option. (default:'No Name') -.IP "--ignore=<file>" -add <file> (may be a directory) to the black list (not parsed) +.IP "--ignore=<file[,file...]>" +add files or directories to the blacklist. They should be base names, not +paths. [current: CVS] .IP "-f<mode>, --filter-mode=<mode>" filter attributes and functions according to <mode>. You can combine modes using '+' like 'SPECIAL+OTHER'. Correct modes are : |