mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Fix a typo in the install help
This commit is contained in:
parent
49366f1c4a
commit
e90778222d
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