diff options
author | Eric Engestrom <eric@igalia.com> | 2023-11-06 18:38:30 +0000 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-11-13 20:03:44 +0000 |
commit | 1cb3c349ff60115019673d807bce40a611463b85 (patch) | |
tree | b2d7a6dd610020fb22a5919b70cba6a03f9e7f88 /bin | |
parent | 22961fc45ab3f7b8de64a7d3c57f950c88538f53 (diff) |
bin/gitlab_gql: give a better name to the --print-job-manifest argument value than PRINT_JOB_MANIFEST
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26143>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ci/gitlab_gql.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/ci/gitlab_gql.py b/bin/ci/gitlab_gql.py index 512a5edc95a..b78c8a70c7b 100755 --- a/bin/ci/gitlab_gql.py +++ b/bin/ci/gitlab_gql.py @@ -494,7 +494,10 @@ def parse_args() -> Namespace: help="Print the resulting YAML for the specific SHA", ) mutex_group_print.add_argument( - "--print-job-manifest", type=str, help="Print the resulting job data" + "--print-job-manifest", + metavar='JOB_NAME', + type=str, + help="Print the resulting job data" ) parser.add_argument( "--gitlab-token-file", |