summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README8
-rw-r--r--doc/manual.txt2
-rw-r--r--doc/quickstart.txt2
3 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index eafc799..1902b3d 100644
--- a/README
+++ b/README
@@ -11,7 +11,6 @@ Pylint should be compatible with any python >= 2.2.
* http://www.logilab.org/projects/common
* http://optik.sourceforge.net/
-
Install
-------
From the source distribution, extract the tarball and run ::
@@ -24,14 +23,16 @@ rpm packages, use your usual tools according to your Linux distribution.
More information about installation and available distribution format
may be found in the user manual in the *doc* subdirectory.
-
Documentation
-------------
Look in the doc/ subdirectory.
-
Comments, support, bug reports
------------------------------
+
+Project page on :
+http://www.logilab.org/project/pylint
+
Use the python-projects@logilab.org mailing list. Since we do not have
publicly available bug tracker yet, bug reports should be emailed
there too.
@@ -42,7 +43,6 @@ http://lists.logilab.org/mailman/listinfo/python-projects
Archives are available at
http://lists.logilab.org/pipermail/python-projects/
-
Contributors
------------
* Sylvain Thénault: main author / maintainer
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.