From: Feng Hualong Date: Fri, 23 Aug 2019 08:41:38 +0000 (+0800) Subject: doc/radosgw/admin:fix how to modify subuser info X-Git-Tag: v15.1.0~1516^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29839%2Fhead;p=ceph.git doc/radosgw/admin:fix how to modify subuser info Signed-off-by: Feng Hualong --- diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index c32158e29c1c..42e3d97bd44b 100644 --- a/doc/radosgw/admin.rst +++ b/doc/radosgw/admin.rst @@ -148,9 +148,9 @@ email addresses, display names and access levels. For example:: radosgw-admin user modify --uid=johndoe --display-name="John E. Doe" -To modify subuser values, specify ``subuser modify`` and the subuser ID. For example:: +To modify subuser values, specify ``subuser modify``, user ID and the subuser ID. For example:: - radosgw-admin subuser modify --subuser=johndoe:swift --access=full + radosgw-admin subuser modify --uid=johndoe --subuser=johndoe:swift --access=full User Enable/Suspend