Skip to content

Commit

Permalink
Remove -h shortcut for --help entirely, refs #84
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 12, 2022
1 parent 887a0cd commit 86a8b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shot_scraper/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def reduced_motion_option(fn):
cls=DefaultGroup,
default="shot",
default_if_no_args=True,
context_settings=dict(help_option_names=["--help", "-h"]),
context_settings=dict(help_option_names=["--help"]),
)
@click.version_option()
def cli():
Expand Down

0 comments on commit 86a8b5b

Please sign in to comment.