From 1a8741e37ecee23880a07a51e8d95f2e59dade8a Mon Sep 17 00:00:00 2001 From: Feng Hualong Date: Fri, 23 Aug 2019 16:41:38 +0800 Subject: [PATCH] doc/radosgw/admin:fix how to modify subuser info Signed-off-by: Feng Hualong --- doc/radosgw/admin.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index c32158e29c1..42e3d97bd44 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 -- 2.39.5