From 1d8eeb5de7c1b6b7c58d36cb1b5d9618aa6e98f7 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 22 Jan 2014 00:40:52 +0400 Subject: [PATCH] Show $url in the error message; force dir --- svn/clone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2