diff options
Diffstat (limited to 'git-push.sh')
-rwxr-xr-x | git-push.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |