From: Oleg Broytman Date: Tue, 21 Jan 2014 20:40:52 +0000 (+0400) Subject: Show $url in the error message; force dir X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=1d8eeb5de7c1b6b7c58d36cb1b5d9618aa6e98f7;p=git-scripts.git Show $url in the error message; force dir --- diff --git a/svn/clone b/svn/clone index 850c1f2..c206fc2 100755 --- a/svn/clone +++ b/svn/clone @@ -19,7 +19,7 @@ else fi if [ -z "$dir" ]; then - echo "Usage: $0 svn_url [dir]" >&2 + echo "Usage: $0 $url dir" >&2 exit 1 fi