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:

committed by
Marge Bot

parent
22961fc45a
commit
1cb3c349ff
@@ -494,7 +494,10 @@ def parse_args() -> Namespace:
|
|||||||
help="Print the resulting YAML for the specific SHA",
|
help="Print the resulting YAML for the specific SHA",
|
||||||
)
|
)
|
||||||
mutex_group_print.add_argument(
|
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(
|
parser.add_argument(
|
||||||
"--gitlab-token-file",
|
"--gitlab-token-file",
|
||||||
|
Reference in New Issue
Block a user