VCL251InstallGuide.md: added information about timezone argument to vcl-install.sh
diff --git a/source/docs/VCL251InstallGuide.md b/source/docs/VCL251InstallGuide.md
index e4cb31d..2350553 100644
--- a/source/docs/VCL251InstallGuide.md
+++ b/source/docs/VCL251InstallGuide.md
@@ -37,12 +37,13 @@
 vcl-install.sh [-h|--help] [-d|--database] [-w|--web] [-m|--managementnode]
         [--dbhost <hostname> --dbpass <password>] 
         [--mnhost <hostname>] [--webhost <hostname>]
+        [-t|--timezone <timezone>]
 
 -d|--database - install database server components
         --dbpass, --mnhost, --mnip, --webhost, and --adminpass must also be specified
 
 -w|--web - install web server components
-        --dbhost and --dbpass must also be specified
+        --dbhost, --dbpass, and -t|--timezone must also be specified
 
 -m|--managementnode - install management node (vcld) components
         --dbhost, --dbpass, and --adminpass must also be specified
@@ -57,6 +58,8 @@
 --webhost <hostname> - hostname of web server (default=localhost)
 
 --adminpass <password> - password for VCL admin user
+
+-t|--timezone - timezone for web components
 ```
 
 # Manual Installation