Skip to content

Commit

Permalink
Fix a typo in the install help
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Aug 11, 2017
1 parent 49366f1 commit e907782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_commit/main.py
Expand Up @@ -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.'
),
)
Expand Down

0 comments on commit e907782

Please sign in to comment.