Skip to content

Commit

Permalink
Fix command line program description
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh9 committed May 31, 2023
1 parent 1f0485d commit cc57ff5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pydoclint/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ def validateStyleValue(

@click.command(
context_settings={'help_option_names': ['-h', '--help']},
# While Click does set this field automatically using the docstring, mypyc
# (annoyingly) strips them, so we need to set it here too.
help='Yes',
help='Pydoclint, a linter for Python docstring styles',
)
@click.option(
'-s',
Expand Down

0 comments on commit cc57ff5

Please sign in to comment.