diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-12 05:58:52 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-12 05:58:52 -0400 |
commit | a42bc67e8e32ac70086be25d18944af879e5fc97 (patch) | |
tree | a2f54fa7caa6c4ed148b17148e765ce061a1256b | |
parent | d44709a57b3d8721294c2bec69b706ba01096c72 (diff) | |
download | python-coveragepy-git-a42bc67e8e32ac70086be25d18944af879e5fc97.tar.gz |
Most people don't need -i on html.
-rw-r--r-- | doc/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst index d279c2e3..10a92a59 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -56,7 +56,7 @@ Getting started is easy: .. code-block:: console
- $ coverage html -i -d htmlcov
+ $ coverage html -d htmlcov
Then visit htmlcov/index.html in your browser, to see a
`report like this </code/coverage/sample_html/index.html>`_.
|