Skip to content

Commit 625bdce

Browse files
authored
Reword two descriptions in command line (#23)
1 parent b8cd936 commit 625bdce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docstub/_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ def report_execution_time():
127127
"-o",
128128
"--out-dir",
129129
type=click.Path(file_okay=False),
130-
help="Set explicit output directory.",
130+
help="Set output directory explicitly.",
131131
)
132132
@click.option(
133133
"--config",
134134
"config_path",
135135
type=click.Path(exists=True, dir_okay=False),
136-
help="Set explicitly configuration file.",
136+
help="Set configuration file explicitly.",
137137
)
138138
@click.option("-v", "--verbose", count=True, help="Log more details.")
139139
@click.help_option("-h", "--help")

0 commit comments

Comments
 (0)