diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-12-18 11:51:04 +0100 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-12-18 11:51:04 +0100 |
commit | 74c6412a461e2967b8dbe2e98b4c3f7285730736 (patch) | |
tree | 8771bc3fc48d559bf5fa6f72361a220366520ce5 /doc | |
parent | 5264e02877816d230eb1d0ef659f43c2fd46b853 (diff) | |
download | pylint-git-74c6412a461e2967b8dbe2e98b4c3f7285730736.tar.gz |
doc update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/features.txt | 2 | ||||
-rw-r--r-- | doc/manual.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/features.txt b/doc/features.txt index 4171c4f33..3755531da 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 64032a417..329cdce6a 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 |