diff options
| author | Martijn Faassen <faassen@#startifact.com> | 2014-06-18 15:37:21 +0200 |
|---|---|---|
| committer | Martijn Faassen <faassen@#startifact.com> | 2014-06-18 15:37:21 +0200 |
| commit | e12caff58aea6b3adfc43aa01f5773aaf6636601 (patch) | |
| tree | 49e1a169e182739ecb84241827dd54faf8390b1d /docs | |
| parent | c208ce93785e7573d9fdfe282118f1fb127e9284 (diff) | |
| download | flake8-e12caff58aea6b3adfc43aa01f5773aaf6636601.tar.gz | |
Fix typo in command.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/vcs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
