Module: Mesa Branch: main Commit: 1cb3c349ff60115019673d807bce40a611463b85 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1cb3c349ff60115019673d807bce40a611463b85
Author: Eric Engestrom <[email protected]> Date: Mon Nov 6 18:38:30 2023 +0000 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> --- bin/ci/gitlab_gql.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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",
