Skip to content

Commit

Permalink
Clarify that verbosity can be incremented (#1478)
Browse files Browse the repository at this point in the history
Makes it clear that -v can be repeated in order to increase the
verbosity of the tool.
  • Loading branch information
ssbarnea committed Mar 18, 2021
1 parent 0e7e1f2 commit c4f7385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansiblelint/cli.py
Expand Up @@ -228,7 +228,7 @@ def get_cli_parser() -> argparse.ArgumentParser:
'-v',
dest='verbosity',
action='count',
help="Increase verbosity level",
help="Increase verbosity level (-vv for more)",
default=0,
)
parser.add_argument(
Expand Down

0 comments on commit c4f7385

Please sign in to comment.