Skip to content

Commit

Permalink
Fix a typo in --toml-config option metavar
Browse files Browse the repository at this point in the history
  • Loading branch information
mataha authored and john-hen committed Apr 4, 2023
1 parent 30b8444 commit f8a71d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake8p/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def add_options(cls, parser):
flake8.options.aggregator.aggregate_options = aggregate_options
flake8.options.config.parse_config = parse_config
parser.add_option(
'--toml-config', metavar='TOML_COMFIG',
'--toml-config', metavar='TOML_CONFIG',
default=None, action='store',
parse_from_config=True,
help='Path to custom TOML configuration file. May be located in a '
Expand Down

0 comments on commit f8a71d8

Please sign in to comment.