From 1cb3c349ff60115019673d807bce40a611463b85 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 6 Nov 2023 18:38:30 +0000 Subject: [PATCH] bin/gitlab_gql: give a better name to the --print-job-manifest argument value than PRINT_JOB_MANIFEST Part-of: --- 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",