Skip to content

Commit

Permalink
remove unneeded explicit command names
Browse files Browse the repository at this point in the history
  • Loading branch information
n8pease committed Apr 23, 2020
1 parent 6d49846 commit 62f364a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/cli/cmd/config_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from ..opt import repo_option


@click.command(name="config-dump")
@click.command()
@repo_option(required=True, help="filesystem path for an existing Butler repository or path to config "
"file.")
@click.option("--subset", "-s", type=str,
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/cli/cmd/config_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from ..utils import split_commas


@click.command(name="config-validate")
@click.command()
@click.pass_context
@repo_option(required=True)
@click.option("--quiet", "-q", is_flag=True, help="Do not report individual failures.")
Expand Down

0 comments on commit 62f364a

Please sign in to comment.