From 49ae4f91f98f0c118c6666e7132a14b889181bbc Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 3 Jun 2024 08:25:04 +0100 Subject: badcmd: link directly to the maintenance manual Signed-off-by: Leah Rowe --- include/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/lib.sh') diff --git a/include/lib.sh b/include/lib.sh index 8d4b7825..68e36021 100755 --- a/include/lib.sh +++ b/include/lib.sh @@ -20,7 +20,7 @@ badcmd() errmsg="no context given" [ $# -gt 0 ] && errmsg="$1" - dstr="Check $projectname docs via $projectsite" + dstr="See $projectname build system docs: ${projectsite}docs/maintain/" [ -d "docs" ] && dstr="$dstr (local docs available via docs/)" $err "Bad command ($errmsg). $dstr" } -- cgit v1.2.1