You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2017/06/13 21:02:20 UTC

svn commit: r1798642 - /vcl/trunk/vcl-install.sh

Author: jfthomps
Date: Tue Jun 13 21:02:20 2017
New Revision: 1798642

URL: http://svn.apache.org/viewvc?rev=1798642&view=rev
Log:
VCL-1053 - Prepare VCL 2.5 release

vcl-install.sh: fixed small typo

Modified:
    vcl/trunk/vcl-install.sh

Modified: vcl/trunk/vcl-install.sh
URL: http://svn.apache.org/viewvc/vcl/trunk/vcl-install.sh?rev=1798642&r1=1798641&r2=1798642&view=diff
==============================================================================
--- vcl/trunk/vcl-install.sh (original)
+++ vcl/trunk/vcl-install.sh Tue Jun 13 21:02:20 2017
@@ -56,7 +56,7 @@ function help() {
 	echo ""
 	echo -e "\t-t|--timezone - timezone for web components"
 	echo ""
-	echo "If no arguments supplied, all components will be install and you"
+	echo "If no arguments supplied, all components will be installed and you"
 	echo "will be prompted for any required additional information."
 	echo ""
 	exit 2