Skip to content

Commit

Permalink
update cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Sep 6, 2024
1 parent 571ce4e commit dda46a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ga4gh/vrs/extras/vcf_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class _LogLevel(str, Enum):
def _log_level_option(func: Callable) -> Callable:
"""Provide reusable log level CLI option decorator.
Adds a `--log-level` CLI option to any decorated command. Doesn't pass on any
Adds a `--log_level` CLI option to any decorated command. Doesn't pass on any
values, just sets the logging level for this module.
:param func: incoming click command
Expand Down

0 comments on commit dda46a9

Please sign in to comment.