updated lint cmd descriptions

This commit is contained in:
Paul Gauthier 2024-05-20 09:01:22 -07:00
parent ee516e3958
commit 57a2c61386
3 changed files with 5 additions and 8 deletions

View file

@ -313,7 +313,7 @@ def get_parser(default_config_files, git_root):
group.add_argument(
"--lint",
action="store_true",
help="Run the linter on all dirty files, fix problems and commit",
help="Lint and fix provided files, or dirty files if none provided",
default=False,
)
group.add_argument(