Skip to content

Commit

Permalink
Improve --reporter parameter help
Browse files Browse the repository at this point in the history
  • Loading branch information
slgobinath committed Apr 6, 2018
1 parent 1482426 commit c385759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kodi_addon_checker/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def register(cls, config, description, default_value, action):
def fill_cmd_args(cls, parser: ArgumentParser):
# Add --reporter
parser.add_argument("--reporter", action="append", choices=list(ReportManager.reporters.keys()),
help="""enable a reporter with the given name(s).
You can put this option multiple time""")
help="""enable a reporter with the given name.
You can use this option multiple times to enable more than one reporters""")

@classmethod
def process_config(cls, config):
Expand Down

0 comments on commit c385759

Please sign in to comment.