Skip to content

Commit 1025e5b

Browse files
author
Carlos Gonzalez Betancort
committed
DOC-4643 Fix bucket_admin multiple buckets example
Change-Id: I7842bd16d39d795695e3378cc31f2033418b0b13 Reviewed-on: http://review.couchbase.org/c/couchbase-cli/+/146299 Well-Formed: Build Bot <build@couchbase.com> Reviewed-by: James Lee <james.lee@couchbase.com> Tested-by: Carlos Gonzalez <carlos.gonzalez@couchbase.com>
1 parent c86a9b4 commit 1025e5b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/generated/doc/couchbase-cli/couchbase-cli-user-manage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ <h3 id="_roles">ROLES</h3>
596596
bucket_admin[*]. To give the user permission to manage bucket settings on a
597597
single bucket named <em>default</em> then specify the role as
598598
bucket_admin[default]. If the user needs to be manage multiple buckets, for
599-
example <em>default</em> and <em>app</em>, then set the role as bucket[default],bucket[app].</p>
599+
example <em>default</em> and <em>app</em>, then set the role as bucket_admin[default],bucket_admin[app].</p>
600600
</dd>
601601
<dt class="hdlist1">cluster_admin</dt>
602602
<dd>

docs/generated/man/man1/couchbase-cli-user-manage.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: couchbase-cli-user-manage
33
.\" Author: Couchbase
44
.\" Generator: Asciidoctor 2.0.10
5-
.\" Date: 2019-11-26
5+
.\" Date: 2021-02-17
66
.\" Manual: Couchbase CLI Manual
77
.\" Source: Couchbase CLI 1.0.0
88
.\" Language: English
99
.\"
10-
.TH "COUCHBASE\-CLI\-USER\-MANAGE" "1" "2019-11-26" "Couchbase CLI 1.0.0" "Couchbase CLI Manual"
10+
.TH "COUCHBASE\-CLI\-USER\-MANAGE" "1" "2021-02-17" "Couchbase CLI 1.0.0" "Couchbase CLI Manual"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -191,7 +191,7 @@ a user the ability to manage all bucket settings set their role to
191191
bucket_admin[*]. To give the user permission to manage bucket settings on a
192192
single bucket named \fIdefault\fP then specify the role as
193193
bucket_admin[default]. If the user needs to be manage multiple buckets, for
194-
example \fIdefault\fP and \fIapp\fP, then set the role as bucket[default],bucket[app].
194+
example \fIdefault\fP and \fIapp\fP, then set the role as bucket_admin[default],bucket_admin[app].
195195
.RE
196196
.sp
197197
cluster_admin

docs/modules/cli/pages/cbcli/couchbase-cli-user-manage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ bucket_admin[...]::
8888
bucket_admin[*]. To give the user permission to manage bucket settings on a
8989
single bucket named _default_ then specify the role as
9090
bucket_admin[default]. If the user needs to be manage multiple buckets, for
91-
example _default_ and _app_, then set the role as bucket[default],bucket[app].
91+
example _default_ and _app_, then set the role as bucket_admin[default],bucket_admin[app].
9292

9393
cluster_admin::
9494
Gives the user permissions to read, write and manage all cluster-level

0 commit comments

Comments
 (0)