summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-12-18 11:51:04 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-12-18 11:51:04 +0100
commitd7a1d8fd5172cdad996aa91602b6bdfc17e9fa44 (patch)
treeaf4018dcae3c8daa4babc7e5e8f2192ac87652cd
parent26eea3e95316099485a1be1693ccf1461c08b1fb (diff)
downloadpylint-d7a1d8fd5172cdad996aa91602b6bdfc17e9fa44.tar.gz
doc update
-rw-r--r--doc/features.txt2
-rw-r--r--doc/manual.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/features.txt b/doc/features.txt
index 4171c4f..3755531 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -1,7 +1,7 @@
PyLint features
===============
-.. generated by pylint --list-msgs
+.. generated by pylint --full-documentation
.. contents::
diff --git a/doc/manual.txt b/doc/manual.txt
index 64032a4..329cdce 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -315,6 +315,8 @@ Other useful global options include:
--enable-msg-cat=cats Enable all messages in the given categories.
--disable-msg-cat=cats Disable all messages in the given categories.
--errors-only Enable only checkers from the error category.
+--list-msgs Generate pylint's messages.
+--full-documentation Generate pylint's full documentation, in reST format.
.. _features: features.html