diff options
author | Emile Anclin <emile.anclin@logilab.fr> | 2009-03-16 11:48:03 +0100 |
---|---|---|
committer | Emile Anclin <emile.anclin@logilab.fr> | 2009-03-16 11:48:03 +0100 |
commit | a6781a6c428775d679405dee318975a67568b72f (patch) | |
tree | 8fddb40b378acfe39c8995948027ad1cd3f519aa /man | |
parent | 5eb9c566a3f5ba5376bb44d2129f5fa4e47ee528 (diff) | |
download | pylint-a6781a6c428775d679405dee318975a67568b72f.tar.gz |
remove a lot of more rpython stuff
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 ca71c08..2f11de9 100644 --- a/man/pylint.1 +++ b/man/pylint.1 @@ -37,8 +37,6 @@ show this help message and exit Specify a configuration file. .IP "--init-hook=<code>" Python code to execute, usually for sys.path manipulation such as pygtk.require(). -.IP "--rpython-mode" -enable the rpython checker which is disabled by default .IP "--errors-only, -e" In debug mode, checkers without error messages are disabled and for others, only the ERROR messages are displayed, and no reports are done by default .IP "--profile=<y_or_n>" |