build: print the project website address on help

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-06-02 23:34:10 +01:00
parent 1e534e7dda
commit afac9a06d2
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ main()
done
case "${1}" in
version) printf "%s\n" "$relname" ;;
version) printf "%s\nWebsite: %s\n" "$relname" "$projectsite" ;;
release) shift 1; mkrelease $@ ;;
inject) shift 1; vendor_inject $@ ;;
download) shift 1; vendor_download $@ ;;