aboutsummaryrefslogtreecommitdiff
path: root/git-hooks
diff options
context:
space:
mode:
Diffstat (limited to 'git-hooks')
-rwxr-xr-xgit-hooks2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-hooks b/git-hooks
index ff15471..34818bc 100755
--- a/git-hooks
+++ b/git-hooks
@@ -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