diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-12 19:45:25 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-12 19:45:25 -0400 |
commit | e1637f69768854f85b9feac18f519689dbb1f592 (patch) | |
tree | 6a20d1cb36289aa4957be6a2d10127895b55d4c3 /doc/python-coverage.1.txt | |
parent | dad8d9f9abd432e511030d96c60a598a82620ea0 (diff) | |
download | python-coveragepy-git-e1637f69768854f85b9feac18f519689dbb1f592.tar.gz |
Say what we've done.
Diffstat (limited to 'doc/python-coverage.1.txt')
-rw-r--r-- | doc/python-coverage.1.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt index e6f097f6..89c70b53 100644 --- a/doc/python-coverage.1.txt +++ b/doc/python-coverage.1.txt @@ -124,7 +124,7 @@ COMMAND REFERENCE \--fail-under `MIN` Exit with a status of 2 if the total coverage is less than `MIN`. - + \-i, --ignore-errors Ignore errors while reading source files. @@ -139,7 +139,7 @@ COMMAND REFERENCE \--fail-under `MIN` Exit with a status of 2 if the total coverage is less than `MIN`. - + \-i, --ignore-errors Ignore errors while reading source files. @@ -187,7 +187,7 @@ COMMAND REFERENCE \--fail-under `MIN` Exit with a status of 2 if the total coverage is less than `MIN`. - + \-i, --ignore-errors Ignore errors while reading source files. |