diff --git a/pydoclint/main.py b/pydoclint/main.py index 9f658f8..93af81e 100644 --- a/pydoclint/main.py +++ b/pydoclint/main.py @@ -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',