summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 7caee6b..4cc2e53 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -178,7 +178,7 @@ TARGETS=all clean distclean fdp-info html html-nochunks pdf po showvars \
all:: html html-nochunks tarball # pdf
help::
- @printf ${TFMT} 'help' 'Outputs target summaries'
+ @printf ${TFMT} 'help' 'This help; try "make help|sort"'
@printf ${TFMT} 'text' 'Same as "txt" target'
@printf ${TFMT} 'txt' 'Renders XML into ASCII text file'
@printf ${TFMT} 'src-tarball' 'FIXME'