diff options
-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>`_.
|