ci: Fix install-common-dependencies.sh -h

The option is advertised as alternative to --help, but doesn't
actually work. While not super important for a script that isn't
user facing, it's a trivial fix and doesn't hurt.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4074>
This commit is contained in:
Florian Müllner 2024-10-09 00:50:33 +02:00
parent f452d38731
commit 40773765df

View File

@ -19,7 +19,7 @@ usage() {
TEMP=$(getopt \
--name=$(basename $0) \
--options='' \
--options='h' \
--longoptions='libdir:' \
--longoptions='destdir:' \
--longoptions='help' \