aboutsummaryrefslogtreecommitdiffstats
path: root/git-tools/commit-msg-hook-range.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git-tools/commit-msg-hook-range.sh')
-rwxr-xr-xgit-tools/commit-msg-hook-range.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-tools/commit-msg-hook-range.sh b/git-tools/commit-msg-hook-range.sh
index 66628c1d17..3d0f22ac53 100755
--- a/git-tools/commit-msg-hook-range.sh
+++ b/git-tools/commit-msg-hook-range.sh
@@ -9,7 +9,7 @@ set -e
if [ "$#" -ne 1 ];
then
- echo "Expected one argument (commit range, e.g. eef1b586...1666476b)."
+ echo "Expected one argument (commit range, e.g. phpbb/develop..ticket/12345)."
exit
fi