We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7590bf commit 17c52dfCopy full SHA for 17c52df
solution_runner/commands/setup_command.py
@@ -19,14 +19,14 @@
19
type=click.IntRange(consts.FIRST_AOC_YEAR, _default_year),
20
default=_default_year,
21
show_default=f"last year: {_default_year}",
22
- help="year of puzzle setting up solution for",
+ help="year of puzzle to set up solution for",
23
)
24
@click.option(
25
"-d",
26
"--day",
27
type=consts.ADVENT_DAYS_RANGE,
28
required=True,
29
- help="day of puzzle setting up solution for",
+ help="day of puzzle to set up solution for",
30
31
32
"--use-cache/--ignore-cache",
0 commit comments