Skip to content

Commit 2238ec5

Browse files
committed
Fix this help message
1 parent 89fa121 commit 2238ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github-dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def parse_args() -> argparse.Namespace:
111111
parser.add_argument(
112112
'--output',
113113
type=Path,
114-
help="The milestones to pull tasks from",
114+
help="Where to output the depedencies PDF",
115115
)
116116

117117
return parser.parse_args()

0 commit comments

Comments
 (0)