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/gnome-shell/-/merge_requests/3497>
This commit is contained in:
Florian Müllner 2024-10-04 17:12:23 +02:00 committed by Marge Bot
parent b815f1ac5b
commit 4bd13f2228

View File

@ -9,13 +9,13 @@ usage() {
Check out and install a meson project Check out and install a meson project
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
EOF EOF
} }