diff options
author | Emile Anclin <emile.anclin@logilab.fr> | 2010-03-22 09:34:40 +0100 |
---|---|---|
committer | Emile Anclin <emile.anclin@logilab.fr> | 2010-03-22 09:34:40 +0100 |
commit | be5996b93d2e2674566fa186af78bf5029b0b9d8 (patch) | |
tree | 17fc92992834ab8a6683600245d668712a20385f /man | |
parent | 8a8be97e8fd7751d4c6341e9f59ca7908a7893d5 (diff) | |
download | pylint-git-be5996b93d2e2674566fa186af78bf5029b0b9d8.tar.gz |
remove cache_size option: it was desactivated anyway
Diffstat (limited to 'man')
-rw-r--r-- | man/pylint.1 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/man/pylint.1 b/man/pylint.1 index 0d5e8fc00..449c50d40 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] |