summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 780424af..7b383bbc 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ cmd_help: $(DOCBIN)
sed \
-e 's/__main__.py/coverage/' \
-e '/^Full doc/d' \
- -e 's/^/ /' \
+ -e 's/^./ &/' \
>> doc/help/$$cmd.rst; \
done