]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/radosgw/admin:fix how to modify subuser info
authorFeng Hualong <hualong.feng@intel.com>
Fri, 23 Aug 2019 08:41:38 +0000 (16:41 +0800)
committerFeng Hualong <hualong.feng@intel.com>
Fri, 23 Aug 2019 08:41:38 +0000 (16:41 +0800)
Signed-off-by: Feng Hualong <hualong.feng@intel.com>
doc/radosgw/admin.rst

index c32158e29c1ce583a98314cfa13a811e147347fb..42e3d97bd44b8b6b575d62deaa30fe13fbd65114 100644 (file)
@@ -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