From fffe28f21774034515b59ce9359e53d9c1e528d0 Mon Sep 17 00:00:00 2001 From: hrchu Date: Tue, 14 Mar 2017 13:40:40 +0800 Subject: [PATCH] doc: Indicate how to add multiple admin capbabilies Signed-off-by: Chu, Hua-Rong --- doc/radosgw/admin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index cfbbb2b7724..e101450cef8 100644 --- a/doc/radosgw/admin.rst +++ b/doc/radosgw/admin.rst @@ -288,7 +288,7 @@ usage (utilization). For example:: For example:: - radosgw-admin caps add --uid=johndoe --caps="users=*" + radosgw-admin caps add --uid=johndoe --caps="users=*;buckets=*" To remove administrative capabilities from a user, execute the following:: -- 2.47.3