From 5e206f6b634e3a45f475909d068b69033818b4ee Mon Sep 17 00:00:00 2001 From: Simon Dew Date: Mon, 7 Jan 2019 13:40:38 +0000 Subject: [PATCH] DOC-4600: Correct Index path and Analytics path descriptions node-init page --- .../cli/pages/cbcli/couchbase-cli-node-init.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/modules/cli/pages/cbcli/couchbase-cli-node-init.adoc b/docs/modules/cli/pages/cbcli/couchbase-cli-node-init.adoc index 0dfc6f23..a69919ed 100644 --- a/docs/modules/cli/pages/cbcli/couchbase-cli-node-init.adoc +++ b/docs/modules/cli/pages/cbcli/couchbase-cli-node-init.adoc @@ -33,19 +33,19 @@ data, index and analytics paths be set to separate disks. include::{partialsdir}/cbcli/part-common-options.adoc[] --node-init-data-path:: - The path to store data files create by the Couchbase data service. Note that + The path to store data files created by the Couchbase data service. Note that this path is also where view indexes are written on this server. This flag can only be specified against a node that is not yet part of a cluster. --node-init-index-path:: - The path to store files create by the Couchbase index service. This flag can - only be specified against a node that is not yet part of a cluster. Multiple - paths can be specified by setting this option multiple times. + The path to store files created by the Couchbase index service. This flag can + only be specified against a node that is not yet part of a cluster. --node-init-analytics-path:: - The path to store files create by the Couchbase Analytics service. This flag + The path to store files created by the Couchbase Analytics service. This flag can only be specified against a node that is not yet part of a cluster. - + Multiple paths can be specified by setting this option multiple times. + --node-init-hostname:: Specifies the hostname for this server.