diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-07-30 21:38:08 +0300 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-07-30 21:38:08 +0300 |
commit | 337669aa10a4abd0c6de4c9d0e2b1c0d1ffb0b07 (patch) | |
tree | ca5d595d1560769c93a83f1c6ccdb4660aa1f15f /man | |
parent | 875c58bf289c0665572e0611b7be62071c5543d7 (diff) | |
download | pylint-git-337669aa10a4abd0c6de4c9d0e2b1c0d1ffb0b07.tar.gz |
Remove the -i option for pyreverse from the man page, since it's actually --ignore.
Diffstat (limited to 'man')
-rw-r--r-- | man/pyreverse.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pyreverse.1 b/man/pyreverse.1 index a68ceb56c..323472d4f 100644 --- a/man/pyreverse.1 +++ b/man/pyreverse.1 @@ -37,7 +37,7 @@ 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 "-i<file>, --ignore=<file>" +.IP "--ignore=<file>" add <file> (may be a directory) to the black list (not parsed) .IP "-f<mode>, --filter-mode=<mode>" filter attributes and functions according to <mode>. You can combine |