From 2238ec5009ae80b4c0d533ac73466837fba6465b Mon Sep 17 00:00:00 2001 From: Peter Law Date: Sat, 9 Apr 2022 15:21:12 +0100 Subject: [PATCH] Fix this help message --- scripts/github-dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/github-dependencies.py b/scripts/github-dependencies.py index 92c608b..c36d5cd 100755 --- a/scripts/github-dependencies.py +++ b/scripts/github-dependencies.py @@ -111,7 +111,7 @@ def parse_args() -> argparse.Namespace: parser.add_argument( '--output', type=Path, - help="The milestones to pull tasks from", + help="Where to output the depedencies PDF", ) return parser.parse_args()