From 4bd13f2228ecb50323f200a00b3bc45c33326e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 4 Oct 2024 17:12:23 +0200 Subject: [PATCH] ci: Improve install-meson-project usage output Most of the options require a parameter, indicate that in the usage output. Part-of: --- .gitlab-ci/install-meson-project.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci/install-meson-project.sh b/.gitlab-ci/install-meson-project.sh index 775019341..bcc67cf9e 100755 --- a/.gitlab-ci/install-meson-project.sh +++ b/.gitlab-ci/install-meson-project.sh @@ -9,13 +9,13 @@ usage() { Check out and install a meson project Options: - -Dkey=val Option to pass on to meson - --subdir Build subdirectory instead of whole project - --prepare Script to run before build - --libdir Setup the project with a different libdir - --destdir Install the project to an additional destdir + -Dkey=val Option to pass on to meson + --subdir=DIR Build subdirectory instead of whole project + --prepare=SCRIPT Script to run before build + --libdir=DIR Setup the project with a different libdir + --destdir=DIR Install the project to an additional destdir - -h, --help Display this help + -h, --help Display this help EOF }