diff options
author | maya <maya@pkgsrc.org> | 2019-09-09 09:38:36 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2019-09-09 09:38:36 +0000 |
commit | ddf8a7daad6058aa1e37e2779cae3076442944c1 (patch) | |
tree | 84dbbc30aa247b1ec2bb1d7d0fdcf0b2a5902415 /mk | |
parent | da1bdf17614193532de9af7d66ddc8b01b0a0c79 (diff) | |
download | pkgsrc-ddf8a7daad6058aa1e37e2779cae3076442944c1.tar.gz |
Be more verbose about how to list the available topics.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/help/help.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/help/help.mk b/mk/help/help.mk index 3470e8cf5d7..b839293001e 100644 --- a/mk/help/help.mk +++ b/mk/help/help.mk @@ -1,4 +1,4 @@ -# $NetBSD: help.mk,v 1.16 2018/12/20 16:57:04 rillig Exp $ +# $NetBSD: help.mk,v 1.17 2019/09/09 09:38:36 maya Exp $ # # This is the integrated pkgsrc online help system. To query for the @@ -37,7 +37,8 @@ help: @${ECHO} " For convenience, all-uppercase topics such as variable" @${ECHO} " names may also be given in all-lowercase." @${ECHO} "" - @${ECHO} " The special topic :index lists all available topics." + @${ECHO} " To see all available topics, use:" + @${ECHO} " make help topic=:index" @${ECHO} "" . else ${RUN} env TOPIC=${TOPIC:Q} ${AWK} -f ${PKGSRCDIR}/mk/help/help.awk \ |