diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-02 23:34:10 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-02 23:34:10 +0100 |
commit | afac9a06d2c6f18c44066321674129383e85b2ba (patch) | |
tree | 6e2adca1ae4c6402466901268caa7caecf18efa0 /build | |
parent | 1e534e7dda107085236794c124bc546f285e877a (diff) |
build: print the project website address on help
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ ;; |