Skip to content

Commit 3afed5e

Browse files
committed
Fix "year" option help in submit command
1 parent 898c3e8 commit 3afed5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solution_runner/commands/submit_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def _parse_result(result: str) -> tuple[str, bool]:
3232
type=click.IntRange(consts.FIRST_AOC_YEAR, _default_year),
3333
default=_default_year,
3434
show_default=f"last year: {_default_year}",
35-
help="year of puzzle setting up solution for",
35+
help="year of puzzle to submit",
3636
)
3737
@click.option(
3838
"-d",

0 commit comments

Comments
 (0)