Skip to content

Commit ebb6b39

Browse files
committed
Remove a noisy command from the output
1 parent 4859de2 commit ebb6b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ $(DOCBIN):
138138
tox -q -e doc --notest
139139

140140
cmd_help: $(DOCBIN)
141-
for cmd in annotate combine debug erase html json report run xml; do \
141+
@for cmd in annotate combine debug erase html json report run xml; do \
142142
echo > doc/help/$$cmd.rst; \
143143
echo ".. code::" >> doc/help/$$cmd.rst; \
144144
echo >> doc/help/$$cmd.rst; \

0 commit comments

Comments
 (0)