Module: Mesa
Branch: main
Commit: 656afd8ede86c1203836f6c2e402ad89f638965b
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=656afd8ede86c1203836f6c2e402ad89f638965b

Author: Eric Engestrom <[email protected]>
Date:   Fri Nov 10 10:37:07 2023 +0000

bin/gitlab_gql: fix command in example

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26141>

---

 bin/ci/gitlab_gql.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/ci/gitlab_gql.py b/bin/ci/gitlab_gql.py
index 5f1a6b7b210..86cd6d6f7db 100755
--- a/bin/ci/gitlab_gql.py
+++ b/bin/ci/gitlab_gql.py
@@ -472,7 +472,7 @@ def parse_args() -> Namespace:
         formatter_class=ArgumentDefaultsHelpFormatter,
         description="CLI and library with utility functions to debug jobs via 
Gitlab GraphQL",
         epilog=f"""Example:
-        {Path(__file__).name} --print-job-dag""",
+        {Path(__file__).name} --print-dag""",
     )
     parser.add_argument("-pp", "--project-path", type=str, default="mesa/mesa")
     parser.add_argument("--sha", "--rev", type=str, default='HEAD')

Reply via email to