badcmd: link directly to the maintenance manual

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2-merge1
Leah Rowe 2024-06-03 08:25:04 +01:00 committed by Leah Rowe
parent 1d866d17d8
commit 663de3bab4
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}