summaryrefslogtreecommitdiff
path: root/doc/user_guide/run.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user_guide/run.rst')
-rw-r--r--doc/user_guide/run.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user_guide/run.rst b/doc/user_guide/run.rst
index 0e5cce4be..a4a13d580 100644
--- a/doc/user_guide/run.rst
+++ b/doc/user_guide/run.rst
@@ -42,7 +42,7 @@ thanks to the ``Run()`` function in the ``pylint.lint`` module
.. sourcecode:: python
import pylint.lint
- pylint_opts = ['--version']
+ pylint_opts = ['--disable=line-too-long', 'myfile.py']
pylint.lint.Run(pylint_opts)
To silently run Pylint on a ``module_name.py`` module,