From 4d42e934ad9a2194c5cb08c462279114b930d2ff Mon Sep 17 00:00:00 2001 From: Matt Coster Date: Thu, 12 Feb 2026 11:45:57 +0000 Subject: [PATCH] ci,cirnm: Fix program name in usage example 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 Part-of: --- bin/ci/ci_run_n_monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ci/ci_run_n_monitor.py b/bin/ci/ci_run_n_monitor.py index 46aafa0ec17..145fa0beabc 100755 --- a/bin/ci/ci_run_n_monitor.py +++ b/bin/ci/ci_run_n_monitor.py @@ -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(