summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2009-03-16 11:48:03 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2009-03-16 11:48:03 +0100
commita6781a6c428775d679405dee318975a67568b72f (patch)
tree8fddb40b378acfe39c8995948027ad1cd3f519aa /man
parent5eb9c566a3f5ba5376bb44d2129f5fa4e47ee528 (diff)
downloadpylint-a6781a6c428775d679405dee318975a67568b72f.tar.gz
remove a lot of more rpython stuff
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 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>"