Skip to content

Commit 9b62f65

Browse files
committed
Fix this help message
1 parent 887141f commit 9b62f65

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 dependencies PDF",
115115
)
116116

117117
return parser.parse_args()

0 commit comments

Comments
 (0)