summaryrefslogtreecommitdiff
path: root/man/pyreverse.1
diff options
context:
space:
mode:
authorPeter Kolbus <peter.kolbus@gmail.com>2020-11-29 07:57:39 -0600
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-09 09:13:05 +0100
commitd19c7733717ae9ad0a527233c2950473dce3ffcf (patch)
tree4215a2523554d2230ce1276da867e27d45a2308c /man/pyreverse.1
parent0f1245c2959f16dd68a2f7cf191c3cee0fcc08c2 (diff)
downloadpylint-git-d19c7733717ae9ad0a527233c2950473dce3ffcf.tar.gz
Reduce 'blacklist' term for ignored files
Replace usage of the term 'blacklist' in the context of ignored files and directories (--ignore and --ignore-patterns), except in cases where backward compatibility is needed. In documentation and help, supplement 'ignore' with 'skip'; in code use the term 'ignore list'.
Diffstat (limited to 'man/pyreverse.1')
-rw-r--r--man/pyreverse.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pyreverse.1 b/man/pyreverse.1
index 11631d3da..d14454e5b 100644
--- a/man/pyreverse.1
+++ b/man/pyreverse.1
@@ -38,7 +38,7 @@ 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[,file...]>"
-add files or directories to the blacklist. They should be base names, not
+files or directories to be skipped. 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