aboutsummaryrefslogtreecommitdiff
path: root/git-push.sh
diff options
context:
space:
mode:
authorc.shoemaker@cox.net <c.shoemaker@cox.net>2005-10-29 00:17:17 -0400
committerJunio C Hamano <junkio@cox.net>2005-10-28 22:21:27 -0700
commitf9362de96131c323a00ce5e135dd76f7134c7f01 (patch)
treef2f62ce52e9b1c8466f66ac34c7d971103bc9320 /git-push.sh
parentaf13cdf298b927d171a58ec30c885d2a9c9bf727 (diff)
downloadgit-f9362de96131c323a00ce5e135dd76f7134c7f01.tar.gz
git-f9362de96131c323a00ce5e135dd76f7134c7f01.tar.xz
git-push.sh: Retain cuteness, add helpfulness.
Signed-off-by: Chris Shoemaker <c.shoemaker at cox.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-push.sh')
-rwxr-xr-xgit-push.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-push.sh b/git-push.sh
index 00d715059..a67f47df8 100755
--- a/git-push.sh
+++ b/git-push.sh
@@ -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