From daadff4cd0bf696a33971c074894e5bd62610e9b Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Fri, 11 Jul 2014 18:03:54 +0530 Subject: [PATCH] doc: minor format fix for radosgw admin docs Missing backtick fixed Signed-off-by: Abhishek Lekshmanan --- doc/radosgw/admin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index cb4d3bb52b4f..849f236e3c09 100644 --- a/doc/radosgw/admin.rst +++ b/doc/radosgw/admin.rst @@ -215,7 +215,7 @@ Create a Key ------------ To create a key for a user, you must specify ``key create``. For a user, specify -the user ID and the ``s3` key type. To create a key for subuser, you must +the user ID and the ``s3`` key type. To create a key for subuser, you must specify the subuser ID and the ``swift`` keytype. For example:: radosgw-admin key create --subuser=johndoe:swift --key-type=swift --gen-secret -- 2.47.3