From: Enming Zhang Date: Thu, 31 Aug 2017 10:51:25 +0000 (+0800) Subject: doc: fix doc/radosgw/admin.rst typos X-Git-Tag: v13.0.1~1085^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F17397%2Fhead;p=ceph.git doc: fix doc/radosgw/admin.rst typos Signed-off-by: Enming Zhang --- diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index c1f1904f7b74..809014f3c24d 100644 --- a/doc/radosgw/admin.rst +++ b/doc/radosgw/admin.rst @@ -152,7 +152,7 @@ email addresses, display names and access levels. For example:: To modify subuser values, specify ``subuser modify`` and the subuser ID. For example:: - radosgw-admin subuser modify --uid=johndoe:swift --access=full + radosgw-admin subuser modify --subuser=johndoe:swift --access=full User Enable/Suspend @@ -224,8 +224,8 @@ also remove a key. Options include: - ``--key-type=`` specifies the key type. The options are: s3, swift - ``--access-key=`` manually specifies an S3 access key. - ``--secret-key=`` manually specifies a S3 secret key or a Swift secret key. -- ``--gen-access-key`` automatically generates a S3 key. -- ``--gen-secret`` automatically generates a S3 secret key or a Swift secret key. +- ``--gen-access-key`` automatically generates a random S3 access key. +- ``--gen-secret`` automatically generates a random S3 secret key or a random Swift secret key. An example how to add a specified S3 key pair for a user. ::