diff options
author | c.shoemaker@cox.net <c.shoemaker@cox.net> | 2005-10-29 00:17:17 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-28 22:21:27 -0700 |
commit | f9362de96131c323a00ce5e135dd76f7134c7f01 (patch) | |
tree | f2f62ce52e9b1c8466f66ac34c7d971103bc9320 /git-push.sh | |
parent | af13cdf298b927d171a58ec30c885d2a9c9bf727 (diff) | |
download | git-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-x | git-push.sh | 3 |
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 |