pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/help



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Sep  9 09:38:36 UTC 2019

Modified Files:
        pkgsrc/mk/help: help.mk

Log Message:
Be more verbose about how to list the available topics.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/mk/help/help.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/help/help.mk
diff -u pkgsrc/mk/help/help.mk:1.16 pkgsrc/mk/help/help.mk:1.17
--- pkgsrc/mk/help/help.mk:1.16 Thu Dec 20 16:57:04 2018
+++ pkgsrc/mk/help/help.mk      Mon Sep  9 09:38:36 2019
@@ -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 \



Home | Main Index | Thread Index | Old Index