HAWQ-1562 Fixed incorrect path to default log directory (closes #136)
diff --git a/markdown/reference/cli/admin_utilities/hawqactivate.html.md.erb b/markdown/reference/cli/admin_utilities/hawqactivate.html.md.erb
index 1dafe54..e3ba135 100644
--- a/markdown/reference/cli/admin_utilities/hawqactivate.html.md.erb
+++ b/markdown/reference/cli/admin_utilities/hawqactivate.html.md.erb
@@ -75,7 +75,7 @@
 Immediate shutdown aborts transactions in progress and kills all `postgres` processes without allowing the database server to complete transaction processing or clean up any temporary or in-process work files. Because of this, immediate shutdown is not recommended. In some instances, it can cause database corruption that requires manual recovery.</dd>
 
 <dt>-l, -\\\-logdir \<logfile\_directory\> </dt>
-<dd>Specifies the log directory for logs of the management tools. The default is `~/hawq/Adminlogs/`.</dd>
+<dd>Specifies the log directory for logs of the management tools. The default is `~/hawqAdminLogs/`.</dd>
 
 <dt>-v, -\\\-verbose  </dt>
 <dd>Displays detailed status, progress and error messages output by the utility.</dd>
diff --git a/markdown/reference/cli/admin_utilities/hawqinit.html.md.erb b/markdown/reference/cli/admin_utilities/hawqinit.html.md.erb
index 46069d8..364145d 100644
--- a/markdown/reference/cli/admin_utilities/hawqinit.html.md.erb
+++ b/markdown/reference/cli/admin_utilities/hawqinit.html.md.erb
@@ -116,7 +116,7 @@
 
 
 <dt>-l, -\\\-logdir \<logfile\_directory\>  </dt>
-<dd>The directory to write the log file. Defaults to `~/hawq/AdminLogs`.</dd>
+<dd>The directory to write the log file. Defaults to `~/hawqAdminLogs`.</dd>
 
 <dt>-q, -\\\-quiet (no screen output)  </dt>
 <dd>Run in quiet mode. Command output is not displayed on the screen, but is still written to the log file.</dd>
diff --git a/markdown/reference/cli/admin_utilities/hawqload.html.md.erb b/markdown/reference/cli/admin_utilities/hawqload.html.md.erb
index 45aa182..7a5bf2e 100644
--- a/markdown/reference/cli/admin_utilities/hawqload.html.md.erb
+++ b/markdown/reference/cli/admin_utilities/hawqload.html.md.erb
@@ -76,7 +76,7 @@
 <dd>Sets the timeout for the `gpfdist` parallel file distribution program to send a response. Enter a value from `0` to `30` seconds (entering "`0`" to disables timeouts). Note that you might need to increase this value when operating on high-traffic networks.</dd>
 
 <dt>-l &lt;log\_file&gt;  </dt>
-<dd>Specifies where to write the log file. Defaults to `~/hawq/Adminlogs/hawq_load_YYYYMMDD`. For more information about the log file, see [Log File Format](#topic1__section9).</dd>
+<dd>Specifies where to write the log file. Defaults to `~/hawqAdminLogs/hawq_load_YYYYMMDD`. For more information about the log file, see [Log File Format](#topic1__section9).</dd>
 
 <dt>-q (no screen output)  </dt>
 <dd>Run in quiet mode. Command output is not displayed on the screen, but is still written to the log file.</dd>
diff --git a/markdown/reference/cli/admin_utilities/hawqrestart.html.md.erb b/markdown/reference/cli/admin_utilities/hawqrestart.html.md.erb
index 12fd4ec..9f6f761 100644
--- a/markdown/reference/cli/admin_utilities/hawqrestart.html.md.erb
+++ b/markdown/reference/cli/admin_utilities/hawqrestart.html.md.erb
@@ -70,7 +70,7 @@
 <dd>Do not prompt the user for confirmation.</dd>
 
 <dt>-l, -\\\-logdir \<logfile\_directory\>  </dt>
-<dd>Specifies the log directory for logs of the management tools. The default is `~/hawq/Adminlogs/`.</dd>
+<dd>Specifies the log directory for logs of the management tools. The default is `~/hawqAdminLogs/`.</dd>
 
 <dt>-q, -\\\-quiet   </dt>
 <dd>Run in quiet mode. Command output is not displayed on the screen, but is still written to the log file.</dd>
diff --git a/markdown/reference/cli/admin_utilities/hawqstart.html.md.erb b/markdown/reference/cli/admin_utilities/hawqstart.html.md.erb
index fb7f1ed..dd81665 100644
--- a/markdown/reference/cli/admin_utilities/hawqstart.html.md.erb
+++ b/markdown/reference/cli/admin_utilities/hawqstart.html.md.erb
@@ -73,7 +73,7 @@
 ## <a id="topic1__section4"></a>Options
 
 <dt>-l , -\\\-logdir \<logfile\_directory\>  </dt>
-<dd>Specifies the log directory for logs of the management tools. The default is `~/hawq/Adminlogs/`.</dd>
+<dd>Specifies the log directory for logs of the management tools. The default is `~/hawqAdminLogs/`.</dd>
 
 <dt>-q , -\\\-quiet   </dt>
 <dd>Run in quiet mode. Command output is not displayed on the screen, but is still written to the log file.</dd>
diff --git a/markdown/reference/cli/admin_utilities/hawqstop.html.md.erb b/markdown/reference/cli/admin_utilities/hawqstop.html.md.erb
index 3e30a27..d154a52 100644
--- a/markdown/reference/cli/admin_utilities/hawqstop.html.md.erb
+++ b/markdown/reference/cli/admin_utilities/hawqstop.html.md.erb
@@ -67,7 +67,7 @@
 <dd>Do not prompt the user for confirmation before executing.</dd>
 
 <dt>-l, -\\\-logdir \<logfile\_directory\>  </dt>
-<dd>The directory to write the log file. The default is `~/hawq/Adminlogs/`.</dd>
+<dd>The directory to write the log file. The default is `~/hawqAdminLogs/`.</dd>
 
 <dt>-M, -\\\-mode (smart | fast | immediate)  </dt>
 <dd>Smart shutdown is the default. Shutdown fails with a warning message, if active connections are found.