summaryrefslogtreecommitdiffstats
path: root/xci/xci-deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'xci/xci-deploy.sh')
-rwxr-xr-xxci/xci-deploy.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh
index c1654151..d9c41968 100755
--- a/xci/xci-deploy.sh
+++ b/xci/xci-deploy.sh
@@ -50,6 +50,11 @@ done
unset user_local_dev_vars local_user_var
#
+# Parse command line options
+#
+parse_cmdline_opts $*
+
+#
# Bootstrap environment for XCI Deployment
#
echo "Info: Preparing host environment for the XCI deployment"