summaryrefslogtreecommitdiffstats
path: root/git-precheck
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xgit-precheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-precheck b/git-precheck
index 9984bbb..de3dd03 100755
--- a/git-precheck
+++ b/git-precheck
@@ -48,7 +48,7 @@ while true; do
done
if [ $# -ne 0 ]; then
- printf 'precheck: Unrecognized option given: %s\n' "$1"
+ printf 'git-precheck: Unrecognized option given: %s\n' "$1"
exit 128
fi