From 435f904b9b420d086aba4306e74aeabb36f6184f Mon Sep 17 00:00:00 2001 From: Simon Dew Date: Mon, 7 Jan 2019 14:23:29 +0000 Subject: [PATCH] DOC-4600 Backport to alice --- .../cli/pages/cbcli/couchbase-cli-node-init.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 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..384ad732 100644 --- a/docs/modules/cli/pages/cbcli/couchbase-cli-node-init.adoc +++ b/docs/modules/cli/pages/cbcli/couchbase-cli-node-init.adoc @@ -33,18 +33,18 @@ 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.