From e12caff58aea6b3adfc43aa01f5773aaf6636601 Mon Sep 17 00:00:00 2001 From: Martijn Faassen Date: Wed, 18 Jun 2014 15:37:21 +0200 Subject: [PATCH] Fix typo in command. --- docs/vcs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vcs.rst b/docs/vcs.rst index 0148f93..b473616 100644 --- a/docs/vcs.rst +++ b/docs/vcs.rst @@ -8,7 +8,7 @@ flake8 issues. You can install the hook by issuing this command in the root of your project:: - $ flake8 --install-hooks + $ flake8 --install-hook In the case of Git, the hook won't be installed if a custom ``pre-commit`` hook file is already present in