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
commit5bf13145a470ba3a63a5cd12dbb2036f3a79344a (patch)
treed76cd9434e46471f76377c8f2608a7754bb5ba42 /man
parentb7257898d215cdb9620961e50fedf4b6e0a2a4eb (diff)
downloadpylint-git-5bf13145a470ba3a63a5cd12dbb2036f3a79344a.tar.gz
remove a lot of more rpython stuff
--HG-- branch : astng2
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 ca71c0886..2f11de988 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>"