]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-push.sh
git-push.sh: Retain cuteness, add helpfulness.
[thirdparty/git.git] / git-push.sh
index 00d715059c4b751bef9adaf3debbe56ae1cf19ac..a67f47df8ea4cdd3c916afdea6791f7e64571e7c 100755 (executable)
@@ -28,7 +28,8 @@ do
 done
 case "$#" in
 0)
-       die "Where would you want to push today?" ;;
+       echo "Where would you want to push today?"
+        usage ;;
 esac
 
 . git-parse-remote