mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
badcmd: link directly to the maintenance manual
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user