Skip to content

Commit 40aa9bf

Browse files
committed
build: add missing field 'help' to option 'date'
1 parent 6f856cd commit 40aa9bf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/towncrier/build.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,12 @@ def _validate_answer(ctx: Context, param: Option, value: bool) -> bool:
7878
default=None,
7979
help="Render the news fragments using given version.",
8080
)
81-
@click.option("--date", "project_date", default=None)
81+
@click.option(
82+
"--date",
83+
"project_date",
84+
default=None,
85+
help="Render the news fragments using the given date.",
86+
)
8287
@click.option(
8388
"--yes",
8489
"answer_yes",

0 commit comments

Comments
 (0)