summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-02 23:34:10 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-02 23:34:10 +0100
commitafac9a06d2c6f18c44066321674129383e85b2ba (patch)
tree6e2adca1ae4c6402466901268caa7caecf18efa0 /build
parent1e534e7dda107085236794c124bc546f285e877a (diff)
build: print the project website address on help
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 28d8be08..44d99507 100755
--- a/build
+++ b/build
@@ -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 $@ ;;