summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorc.shoemaker@cox.net <c.shoemaker@cox.net>2005-10-29 04:17:17 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-10-29 05:21:27 (GMT)
commitf9362de96131c323a00ce5e135dd76f7134c7f01 (patch)
treef2f62ce52e9b1c8466f66ac34c7d971103bc9320
parentaf13cdf298b927d171a58ec30c885d2a9c9bf727 (diff)
downloadgit-f9362de96131c323a00ce5e135dd76f7134c7f01.zip
git-f9362de96131c323a00ce5e135dd76f7134c7f01.tar.gz
git-f9362de96131c323a00ce5e135dd76f7134c7f01.tar.bz2
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>
-rwxr-xr-xgit-push.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-push.sh b/git-push.sh
index 00d7150..a67f47d 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