Skip to content

Commit

Permalink
git-push.sh: Retain cuteness, add helpfulness.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Shoemaker <c.shoemaker at cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
c.shoemaker@cox.net authored and Junio C Hamano committed Oct 29, 2005
1 parent af13cdf commit f9362de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9362de

Please sign in to comment.