summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-03-22 09:34:40 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-03-22 09:34:40 +0100
commit529ec1d5672718b1d99a17edc0b642e6d369a1e9 (patch)
tree7b195b9533f3059e4d2a65203b6c1af36bbaa461 /man
parent1a65d658ae95811071614fec2b7673c89103c176 (diff)
downloadpylint-529ec1d5672718b1d99a17edc0b642e6d369a1e9.tar.gz
remove cache_size option: it was desactivated anyway
Diffstat (limited to 'man')
-rw-r--r--man/pylint.12
1 files changed, 0 insertions, 2 deletions
diff --git a/man/pylint.1 b/man/pylint.1
index 0d5e8fc..449c50d 100644
--- a/man/pylint.1
+++ b/man/pylint.1
@@ -45,8 +45,6 @@ Profiled execution. [current: no]
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 "--persistent=<y_or_n>"
Pickle collected data for later comparisons. [current: yes]
-.IP "--cache-size=<size>"
-Set the cache size for astng objects. [current: 500]
.IP "--load-plugins=<modules>"
List of plugins (as comma separated values of python modules names) to load, usually to register additional checkers. [current: none]