Skip to content

Commit

Permalink
Reword two descriptions in command line (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcor authored Nov 21, 2024
1 parent b8cd936 commit 625bdce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docstub/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ def report_execution_time():
"-o",
"--out-dir",
type=click.Path(file_okay=False),
help="Set explicit output directory.",
help="Set output directory explicitly.",
)
@click.option(
"--config",
"config_path",
type=click.Path(exists=True, dir_okay=False),
help="Set explicitly configuration file.",
help="Set configuration file explicitly.",
)
@click.option("-v", "--verbose", count=True, help="Log more details.")
@click.help_option("-h", "--help")
Expand Down

0 comments on commit 625bdce

Please sign in to comment.