Skip to content

Commit

Permalink
Remove a noisy command from the output
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Aug 19, 2020
1 parent 4859de2 commit ebb6b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit ebb6b39

Please sign in to comment.