Skip to content

Commit cca6fc2

Browse files
committed
Merge branch 'alice' into 6.5.x-docs
* alice: MB-49476 Fix typo in docs '--server-readd' -> '--server-add' Change-Id: Iee42a8738c242b0a3625c61acac2d095f055d262
2 parents fa382c5 + 7121256 commit cca6fc2

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
@@ -597,7 +597,7 @@ <h2 id="_examples">EXAMPLES</h2>
597597
<div class="listingblock">
598598
<div class="content">
599599
<pre>$ couchbase-cli server-add -c 192.168.1.5:8091 --username Administrator \
600-
--password password --server-readd http://192.168.1.6:8091,http://192.168.1.7:8091 \
600+
--password password --server-add http://192.168.1.6:8091,http://192.168.1.7:8091 \
601601
--server-username Administrator --server-password password
602602
--services data,fts --group-name --index-storage-setting memopt</pre>
603603
</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
@@ -589,7 +589,7 @@ <h2 id="_examples">EXAMPLES</h2>
589589
<div class="literalblock">
590590
<div class="content">
591591
<pre>$ couchbase-cli server-readd -c 192.168.1.5:8091 --username Administrator \
592-
--password password --server-readd 192.168.1.6:8091 \
592+
--password password --server-add 192.168.1.6:8091 \
593593
--server-username Administrator --server-password password</pre>
594594
</div>
595595
</div>
@@ -599,7 +599,7 @@ <h2 id="_examples">EXAMPLES</h2>
599599
<div class="literalblock">
600600
<div class="content">
601601
<pre>$ couchbase-cli server-readd -c 192.168.1.5:8091 --username Administrator \
602-
--password password --server-readd 192.168.1.6:8091,192.168.1.7:8091 \
602+
--password password --server-add 192.168.1.6:8091,192.168.1.7:8091 \
603603
--server-username Administrator --server-password password</pre>
604604
</div>
605605
</div>
@@ -610,7 +610,7 @@ <h2 id="_examples">EXAMPLES</h2>
610610
<div class="literalblock">
611611
<div class="content">
612612
<pre>$ couchbase-cli server-readd -c 192.168.1.5:8091 --username Administrator \
613-
--password password --server-readd 192.168.1.6:8091 --group-name East \
613+
--password password --server-add 192.168.1.6:8091 --group-name East \
614614
--server-username Administrator --server-password password</pre>
615615
</div>
616616
</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-02-17
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-02-17" "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-02-01
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-02-01" "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
@@ -84,7 +84,7 @@ the first time so we need to specify the index storage mode. If we want to index
8484
storage mode to be memory optimized then we would run the following command.
8585
----
8686
$ couchbase-cli server-add -c 192.168.1.5:8091 --username Administrator \
87-
--password password --server-readd http://192.168.1.6:8091,http://192.168.1.7:8091 \
87+
--password password --server-add http://192.168.1.6:8091,http://192.168.1.7:8091 \
8888
--server-username Administrator --server-password password
8989
--services data,fts --group-name --index-storage-setting memopt
9090
----

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

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

8080
$ couchbase-cli server-readd -c 192.168.1.5:8091 --username Administrator \
81-
--password password --server-readd 192.168.1.6:8091 \
81+
--password password --server-add 192.168.1.6:8091 \
8282
--server-username Administrator --server-password password
8383

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

8686
$ couchbase-cli server-readd -c 192.168.1.5:8091 --username Administrator \
87-
--password password --server-readd 192.168.1.6:8091,192.168.1.7:8091 \
87+
--password password --server-add 192.168.1.6:8091,192.168.1.7:8091 \
8888
--server-username Administrator --server-password password
8989

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

9393
$ couchbase-cli server-readd -c 192.168.1.5:8091 --username Administrator \
94-
--password password --server-readd 192.168.1.6:8091 --group-name East \
94+
--password password --server-add 192.168.1.6:8091 --group-name East \
9595
--server-username Administrator --server-password password
9696

9797
== ENVIRONMENT AND CONFIGURATION VARIABLES

0 commit comments

Comments
 (0)