From ebb6b39d745dff6fd1ca03fc67b58f022c2c82bd Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 18 Aug 2020 21:56:44 -0400 Subject: Remove a noisy command from the output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- cgit v1.2.1