From e90778222dc143d2ad6a00fbcc2bb1ac48d36a7f Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 10 Aug 2017 20:18:37 -0700 Subject: [PATCH] Fix a typo in the install help --- pre_commit/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre_commit/main.py b/pre_commit/main.py index 37fb264d..21e92740 100644 --- a/pre_commit/main.py +++ b/pre_commit/main.py @@ -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.' ), )