summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-08-18 21:56:44 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-08-18 21:56:44 -0400
commitebb6b39d745dff6fd1ca03fc67b58f022c2c82bd (patch)
tree7487b15c84a5e5fa071d937d77c778b5e2e2387a
parent4859de2850f703207b0cab2ff6e7116a3e587b65 (diff)
downloadpython-coveragepy-git-nedbat/bug959.tar.gz
Remove a noisy command from the outputnedbat/bug959
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b383bbc..a72f9ee6 100644
--- a/Makefile
+++ b/Makefile
@@ -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; \