ci: Improve install-meson-project usage output

Most of the options require a parameter, indicate that in the
usage output.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4074>
This commit is contained in:
Florian Müllner 2024-10-04 17:12:23 +02:00
parent 54a7ffea81
commit 01bab71256

View File

@ -10,10 +10,10 @@ usage() {
Options: Options:
-Dkey=val Option to pass on to meson -Dkey=val Option to pass on to meson
--subdir Build subdirectory instead of whole project --subdir=DIR Build subdirectory instead of whole project
--prepare Script to run before build --prepare=SCRIPT Script to run before build
--libdir Setup the project with a different libdir --libdir=DIR Setup the project with a different libdir
--destdir Install the project to an additional destdir --destdir=DIR Install the project to an additional destdir
-h, --help Display this help -h, --help Display this help