Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 2dbc9b3

Browse files
committed
HAWQ-1368 Add option to hawq register to specify log directory
1 parent 1ac0fb2 commit 2dbc9b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

markdown/reference/cli/admin_utilities/hawqactivate.html.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Fast shut down interrupts and rolls back any transactions currently in progress.
7575
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>
7676

7777
<dt>-l, -\\\-logdir \<logfile\_directory\> </dt>
78-
<dd>Specifies the log directory for logs of the management tools. The default is `~/hawq/Adminlogs/`.</dd>
78+
<dd>Specifies the directory for logs of the management tools. The default is `~/hawq/Adminlogs/`.</dd>
7979

8080
<dt>-v, -\\\-verbose </dt>
8181
<dd>Displays detailed status, progress and error messages output by the utility.</dd>

markdown/reference/cli/admin_utilities/hawqregister.html.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ group {
201201
<dd>Show the version of this utility, then exit.</dd>
202202

203203
<dt>-l, -\\\-logdir \<logfile\_directory\> </dt>
204-
<dd>Specifies the log directory that `hawq register` uses for logs. The default is `~/hawqAdminLogs/`.</dd>
204+
<dd>Specifies the directory that `hawq register` uses for logs. The default is `~/hawqAdminLogs/`.</dd>
205205

206206
**Connection Options**
207207

0 commit comments

Comments
 (0)