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>
This commit is contained in:
Eric Engestrom 2023-11-06 18:38:30 +00:00 committed by Marge Bot
parent 22961fc45a
commit 1cb3c349ff

View File

@ -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",