summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
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>"