From: Dimitri Savineau Date: Fri, 29 May 2020 17:45:37 +0000 (-0400) Subject: doc/radosgw/admin: fix key subuser typo X-Git-Tag: wip-pdonnell-testing-20200918.022351~1001^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=55b687a624b7af2b892d6ec7fc13158fb0ea7e3b;p=ceph-ci.git doc/radosgw/admin: fix key subuser typo The subuser parameter needs two dashes. Signed-off-by: Dimitri Savineau --- diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index b498cd97f63..5f47471acf7 100644 --- a/doc/radosgw/admin.rst +++ b/doc/radosgw/admin.rst @@ -292,7 +292,7 @@ To remove a S3 key pair, specify the access key. :: To remove the swift secret key. :: - radosgw-admin key rm -subuser=foo:bar --key-type=swift + radosgw-admin key rm --subuser=foo:bar --key-type=swift Add / Remove Admin Capabilities