Signed-off-by: Chris Shoemaker <c.shoemaker at cox.net> --- git-push.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) a20e79837771edccdfae495983a9538a76c6ada8 diff --git a/git-push.sh b/git-push.sh --- a/git-push.sh +++ b/git-push.sh @@ -33,7 +33,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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sat Oct 29 14:17:20 2005
This archive was generated by hypermail 2.1.8 : 2005-10-29 14:20:24 EST