diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-08-18 21:56:44 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-08-18 21:56:44 -0400 |
commit | ebb6b39d745dff6fd1ca03fc67b58f022c2c82bd (patch) | |
tree | 7487b15c84a5e5fa071d937d77c778b5e2e2387a | |
parent | 4859de2850f703207b0cab2ff6e7116a3e587b65 (diff) | |
download | python-coveragepy-git-ebb6b39d745dff6fd1ca03fc67b58f022c2c82bd.tar.gz |
Remove a noisy command from the outputnedbat/bug959
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ $(DOCBIN): tox -q -e doc --notest cmd_help: $(DOCBIN) - for cmd in annotate combine debug erase html json report run xml; do \ + @for cmd in annotate combine debug erase html json report run xml; do \ echo > doc/help/$$cmd.rst; \ echo ".. code::" >> doc/help/$$cmd.rst; \ echo >> doc/help/$$cmd.rst; \ |