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 b8cd936 commit 625bdceCopy full SHA for 625bdce
src/docstub/_cli.py
@@ -127,13 +127,13 @@ def report_execution_time():
127
"-o",
128
"--out-dir",
129
type=click.Path(file_okay=False),
130
- help="Set explicit output directory.",
+ help="Set output directory explicitly.",
131
)
132
@click.option(
133
"--config",
134
"config_path",
135
type=click.Path(exists=True, dir_okay=False),
136
- help="Set explicitly configuration file.",
+ help="Set configuration file explicitly.",
137
138
@click.option("-v", "--verbose", count=True, help="Log more details.")
139
@click.help_option("-h", "--help")
0 commit comments