Skip to content

Commit 17c52df

Browse files
committed
Improve setup command help verbs
1 parent e7590bf commit 17c52df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solution_runner/commands/setup_command.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
type=click.IntRange(consts.FIRST_AOC_YEAR, _default_year),
2020
default=_default_year,
2121
show_default=f"last year: {_default_year}",
22-
help="year of puzzle setting up solution for",
22+
help="year of puzzle to set up solution for",
2323
)
2424
@click.option(
2525
"-d",
2626
"--day",
2727
type=consts.ADVENT_DAYS_RANGE,
2828
required=True,
29-
help="day of puzzle setting up solution for",
29+
help="day of puzzle to set up solution for",
3030
)
3131
@click.option(
3232
"--use-cache/--ignore-cache",

0 commit comments

Comments
 (0)