badcmd: link directly to the maintenance manual
Signed-off-by: Leah Rowe <leah@libreboot.org>audit2-merge1
parent
1d866d17d8
commit
663de3bab4
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue