summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2009-02-16 12:43:09 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2009-02-16 12:43:09 +0100
commit3176574862b3db13a668877c54f6951e4cc13f40 (patch)
tree33c8e9653d7c02090b1bb9748804c63ae1ea76a3 /doc
parentd4e7699fe45573d8400daa6eb25cd81ea88b4610 (diff)
downloadpylint-3176574862b3db13a668877c54f6951e4cc13f40.tar.gz
doc update: output format html
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.txt2
-rw-r--r--doc/quickstart.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index 1b3c1eb..a0ff8d1 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -187,7 +187,7 @@ Pylint output
-------------
The default format for the output is raw text. But passing pylint the
-``--html`` option will produce an HTML document.
+``--output-format=html`` option will produce an HTML document.
There are several sections in pylint's output.
diff --git a/doc/quickstart.txt b/doc/quickstart.txt
index 82de686..61a0e54 100644
--- a/doc/quickstart.txt
+++ b/doc/quickstart.txt
@@ -81,7 +81,7 @@ Pylint output
-------------
The default format for the output is raw text. But passing pylint the
-``--html`` option will produce an HTML document.
+``--output-format=html`` option will produce an HTML document.
There are several sections in pylint's output.