git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-push.sh: Retain cuteness, add helpfulness.
@ 2005-10-29  4:17 c.shoemaker
  2005-10-29  5:03 ` Chris Shoemaker
  0 siblings, 1 reply; 2+ messages in thread
From: c.shoemaker @ 2005-10-29  4:17 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-10-29  5:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-29  4:17 [PATCH] git-push.sh: Retain cuteness, add helpfulness c.shoemaker
2005-10-29  5:03 ` Chris Shoemaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).