mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #584 from pre-commit/fix_typo
Fix a typo in the install help
This commit is contained in:
commit
21b563d516
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ def main(argv=None):
|
|||
install_parser.add_argument(
|
||||
'--allow-missing-config', action='store_true', default=False,
|
||||
help=(
|
||||
'Whether to allow a missing `pre-config` configuration file '
|
||||
'Whether to allow a missing `pre-commit` configuration file '
|
||||
'or exit with a failure code.'
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue