ci,cirnm: Fix program name in usage example
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Instead of updating the name manually, use the %(prog)s specifier (as
documented at https://docs.python.org/3/library/argparse.html#prog).

Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39853>
This commit is contained in:
Matt Coster 2026-02-12 11:45:57 +00:00 committed by Marge Bot
parent b8ee6f3d30
commit 4d42e934ad

View file

@ -429,7 +429,7 @@ def parse_args() -> argparse.Namespace:
parser = argparse.ArgumentParser(
description="Tool to trigger a subset of container jobs "
+ "and monitor the progress of a test job",
epilog="Example: mesa-monitor.py --rev $(git rev-parse HEAD) "
epilog="Example: %(prog)s --rev $(git rev-parse HEAD) "
+ '--target ".*traces" ',
)
parser.add_argument(