From 3d34a6c94c5d1a4708139db0b5625ab7a2b86733 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 28 May 2022 08:32:46 -0700 Subject: options: Clarify how to modify the options showconfig suggests 'make config' which can be confusing. Fixes #992 --- src/share/poudriere/options.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/share') diff --git a/src/share/poudriere/options.sh b/src/share/poudriere/options.sh index df66b9f2..78bc63b7 100755 --- a/src/share/poudriere/options.sh +++ b/src/share/poudriere/options.sh @@ -173,6 +173,11 @@ for originspec in $(listed_ports show_moved); do make PORT_DBDIR=${PORT_DBDIR} \ -C ${PORTSDIR}/${origin} \ ${COMMAND} + case "${COMMAND}" in + showconfig|config-conditional) + msg "Re-run 'poudriere options' with the -c flag to modify the options." + ;; + esac if [ -n "${DO_RECURSE}" ]; then env ${flavor:+FLAVOR=${flavor}} \ -- cgit v1.2.3