You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2019/02/03 01:20:38 UTC

svn commit: r32306 - /dev/jclouds/fetch_jclouds_rc.sh

Author: gaul
Date: Sun Feb  3 01:20:38 2019
New Revision: 32306

Log:
Add usage


Modified:
    dev/jclouds/fetch_jclouds_rc.sh

Modified: dev/jclouds/fetch_jclouds_rc.sh
==============================================================================
--- dev/jclouds/fetch_jclouds_rc.sh (original)
+++ dev/jclouds/fetch_jclouds_rc.sh Sun Feb  3 01:20:38 2019
@@ -17,6 +17,10 @@
 # limitations under the License.
 #
 
+if [ $# -ne 3 ]; then
+    echo "Usage: fetch_jclouds_rc.sh VERSION REPO DL_DIR"
+    exit 2
+fi
 VERSION=$1
 REPO=$2
 DL_DIR=$3