X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-push.sh;fp=git-push.sh;h=a67f47df8ea4cdd3c916afdea6791f7e64571e7c;hb=f9362de96131c323a00ce5e135dd76f7134c7f01;hp=00d715059c4b751bef9adaf3debbe56ae1cf19ac;hpb=af13cdf298b927d171a58ec30c885d2a9c9bf727;p=git.git 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