From f9362de96131c323a00ce5e135dd76f7134c7f01 Mon Sep 17 00:00:00 2001 From: "c.shoemaker@cox.net" Date: Sat, 29 Oct 2005 00:17:17 -0400 Subject: [PATCH] git-push.sh: Retain cuteness, add helpfulness. Signed-off-by: Chris Shoemaker Signed-off-by: Junio C Hamano --- git-push.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-push.sh b/git-push.sh index 00d715059c..a67f47df8e 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 -- 2.11.4.GIT