diff options
-rwxr-xr-x | git-hooks | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ function list_hooks echo "Git hooks ARE installed in this repository." echo "" else - echo "Git hooks are NOT installed in this repository." + echo "Git hooks are NOT installed in this repository. (Run 'git hooks --install' to install it)" echo "" fi |