From: c.shoemaker@cox.net Date: Sat, 29 Oct 2005 04:17:17 +0000 (-0400) Subject: git-push.sh: Retain cuteness, add helpfulness. X-Git-Tag: v0.99.9~21 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=f9362de96131c323a00ce5e135dd76f7134c7f01;p=git.git git-push.sh: Retain cuteness, add helpfulness. Signed-off-by: Chris Shoemaker Signed-off-by: Junio C Hamano --- diff --git a/git-push.sh b/git-push.sh index 00d71505..a67f47df 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