Skip to content

Commit 1058d4d

Browse files
committed
MB-49476 Merge branch '6.5.x-docs' into mad-hatter
* 6.5.x-docs: MB-49476 Fix typo in docs '--server-readd' -> '--server-add' Change-Id: I7180ae309351d628320e7aeda4767004ffebc931
2 parents 95d2c77 + cca6fc2 commit 1058d4d

6 files changed

Lines changed: 16 additions & 16 deletions

File tree

docs/generated/doc/couchbase-cli/couchbase-cli-server-add.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ <h2 id="_examples">EXAMPLES</h2>
598598
<div class="listingblock">
599599
<div class="content">
600600
<pre>$ couchbase-cli server-add -c 192.168.1.5:8091 --username Administrator \
601-
--password password --server-readd http://192.168.1.6:8091,http://192.168.1.7:8091 \
601+
--password password --server-add http://192.168.1.6:8091,http://192.168.1.7:8091 \
602602
--server-username Administrator --server-password password
603603
--services data,fts --group-name --index-storage-setting memopt</pre>
604604
</div>

docs/generated/doc/couchbase-cli/couchbase-cli-server-readd.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ <h2 id="_examples">EXAMPLES</h2>
590590
<div class="literalblock">
591591
<div class="content">
592592
<pre>$ couchbase-cli server-readd -c 192.168.1.5:8091 --username Administrator \
593-
--password password --server-readd 192.168.1.6:8091 \
593+
--password password --server-add 192.168.1.6:8091 \
594594
--server-username Administrator --server-password password</pre>
595595
</div>
596596
</div>
@@ -600,7 +600,7 @@ <h2 id="_examples">EXAMPLES</h2>
600600
<div class="literalblock">
601601
<div class="content">
602602
<pre>$ couchbase-cli server-readd -c 192.168.1.5:8091 --username Administrator \
603-
--password password --server-readd 192.168.1.6:8091,192.168.1.7:8091 \
603+
--password password --server-add 192.168.1.6:8091,192.168.1.7:8091 \
604604
--server-username Administrator --server-password password</pre>
605605
</div>
606606
</div>
@@ -611,7 +611,7 @@ <h2 id="_examples">EXAMPLES</h2>
611611
<div class="literalblock">
612612
<div class="content">
613613
<pre>$ couchbase-cli server-readd -c 192.168.1.5:8091 --username Administrator \
614-
--password password --server-readd 192.168.1.6:8091 --group-name East \
614+
--password password --server-add 192.168.1.6:8091 --group-name East \
615615
--server-username Administrator --server-password password</pre>
616616
</div>
617617
</div>

docs/generated/man/man1/couchbase-cli-server-add.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: couchbase-cli-server-add
33
.\" Author: Couchbase
44
.\" Generator: Asciidoctor 2.0.10
5-
.\" Date: 2021-04-22
5+
.\" Date: 2021-12-13
66
.\" Manual: Couchbase CLI Manual
77
.\" Source: Couchbase CLI 1.0.0
88
.\" Language: English
99
.\"
10-
.TH "COUCHBASE\-CLI\-SERVER\-ADD" "1" "2021-04-22" "Couchbase CLI 1.0.0" "Couchbase CLI Manual"
10+
.TH "COUCHBASE\-CLI\-SERVER\-ADD" "1" "2021-12-13" "Couchbase CLI 1.0.0" "Couchbase CLI Manual"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -183,7 +183,7 @@ storage mode to be memory optimized then we would run the following command.
183183
.if n .RS 4
184184
.nf
185185
$ couchbase\-cli server\-add \-c 192.168.1.5:8091 \-\-username Administrator \(rs
186-
\-\-password password \-\-server\-readd http://192.168.1.6:8091,http://192.168.1.7:8091 \(rs
186+
\-\-password password \-\-server\-add http://192.168.1.6:8091,http://192.168.1.7:8091 \(rs
187187
\-\-server\-username Administrator \-\-server\-password password
188188
\-\-services data,fts \-\-group\-name \-\-index\-storage\-setting memopt
189189
.fi

docs/generated/man/man1/couchbase-cli-server-readd.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: couchbase-cli-server-readd
33
.\" Author: Couchbase
44
.\" Generator: Asciidoctor 2.0.10
5-
.\" Date: 2021-04-22
5+
.\" Date: 2021-12-13
66
.\" Manual: Couchbase CLI Manual
77
.\" Source: Couchbase CLI 1.0.0
88
.\" Language: English
99
.\"
10-
.TH "COUCHBASE\-CLI\-SERVER\-READD" "1" "2021-04-22" "Couchbase CLI 1.0.0" "Couchbase CLI Manual"
10+
.TH "COUCHBASE\-CLI\-SERVER\-READD" "1" "2021-12-13" "Couchbase CLI 1.0.0" "Couchbase CLI Manual"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -169,7 +169,7 @@ following command.
169169
.if n .RS 4
170170
.nf
171171
$ couchbase\-cli server\-readd \-c 192.168.1.5:8091 \-\-username Administrator \(rs
172-
\-\-password password \-\-server\-readd 192.168.1.6:8091 \(rs
172+
\-\-password password \-\-server\-add 192.168.1.6:8091 \(rs
173173
\-\-server\-username Administrator \-\-server\-password password
174174
.fi
175175
.if n .RE
@@ -179,7 +179,7 @@ If you need to add back multiple nodes then you would run the following command.
179179
.if n .RS 4
180180
.nf
181181
$ couchbase\-cli server\-readd \-c 192.168.1.5:8091 \-\-username Administrator \(rs
182-
\-\-password password \-\-server\-readd 192.168.1.6:8091,192.168.1.7:8091 \(rs
182+
\-\-password password \-\-server\-add 192.168.1.6:8091,192.168.1.7:8091 \(rs
183183
\-\-server\-username Administrator \-\-server\-password password
184184
.fi
185185
.if n .RE
@@ -190,7 +190,7 @@ If you wanted the nodes being added back to the cluster to be a part of the
190190
.if n .RS 4
191191
.nf
192192
$ couchbase\-cli server\-readd \-c 192.168.1.5:8091 \-\-username Administrator \(rs
193-
\-\-password password \-\-server\-readd 192.168.1.6:8091 \-\-group\-name East \(rs
193+
\-\-password password \-\-server\-add 192.168.1.6:8091 \-\-group\-name East \(rs
194194
\-\-server\-username Administrator \-\-server\-password password
195195
.fi
196196
.if n .RE

docs/modules/cli/pages/cbcli/couchbase-cli-server-add.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ the first time so we need to specify the index storage mode. If we want to index
8585
storage mode to be memory optimized then we would run the following command.
8686
----
8787
$ couchbase-cli server-add -c 192.168.1.5:8091 --username Administrator \
88-
--password password --server-readd http://192.168.1.6:8091,http://192.168.1.7:8091 \
88+
--password password --server-add http://192.168.1.6:8091,http://192.168.1.7:8091 \
8989
--server-username Administrator --server-password password
9090
--services data,fts --group-name --index-storage-setting memopt
9191
----

docs/modules/cli/pages/cbcli/couchbase-cli-server-readd.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,20 +79,20 @@ node has credentials that allow us to change the cluster topology with
7979
following command.
8080

8181
$ couchbase-cli server-readd -c 192.168.1.5:8091 --username Administrator \
82-
--password password --server-readd 192.168.1.6:8091 \
82+
--password password --server-add 192.168.1.6:8091 \
8383
--server-username Administrator --server-password password
8484

8585
If you need to add back multiple nodes then you would run the following command.
8686

8787
$ couchbase-cli server-readd -c 192.168.1.5:8091 --username Administrator \
88-
--password password --server-readd 192.168.1.6:8091,192.168.1.7:8091 \
88+
--password password --server-add 192.168.1.6:8091,192.168.1.7:8091 \
8989
--server-username Administrator --server-password password
9090

9191
If you wanted the nodes being added back to the cluster to be a part of the
9292
"East" group we would run the following command
9393

9494
$ couchbase-cli server-readd -c 192.168.1.5:8091 --username Administrator \
95-
--password password --server-readd 192.168.1.6:8091 --group-name East \
95+
--password password --server-add 192.168.1.6:8091 --group-name East \
9696
--server-username Administrator --server-password password
9797

9898
== ENVIRONMENT AND CONFIGURATION VARIABLES

0 commit comments

Comments
 (0)