]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: fix doc/radosgw/admin.rst typos
authorEnming Zhang <enming.zhang@umcloud.com>
Thu, 31 Aug 2017 10:51:25 +0000 (18:51 +0800)
committerEnming Zhang <enming.zhang@umcloud.com>
Thu, 31 Aug 2017 13:52:05 +0000 (21:52 +0800)
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
doc/radosgw/admin.rst

index c1f1904f7b74aeb7d52bce27b438ba0a28e129ee..809014f3c24dfeb16ea971b4fa6187b270ab05d0 100644 (file)
@@ -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=<type>`` specifies the key type. The options are: s3, swift
 - ``--access-key=<key>`` manually specifies an S3 access key.
 - ``--secret-key=<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. ::