Fix a typo in the install help

This commit is contained in:
Anthony Sottile
2017-08-10 20:18:37 -07:00
parent 49366f1c4a
commit e90778222d

View File

@@ -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.'
),
)