From 4e79414bfe2ba58b84acc846f634f5cae365fd7f Mon Sep 17 00:00:00 2001 From: Enming Zhang Date: Thu, 31 Aug 2017 18:51:25 +0800 Subject: [PATCH] doc: fix doc/radosgw/admin.rst typos Signed-off-by: Enming Zhang --- doc/radosgw/admin.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index c1f1904f7b7..809014f3c24 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. :: -- 2.39.5