]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fixed artifacts from merge.
authorJohn Wilkins <john.wilkins@inktank.com>
Tue, 6 May 2014 10:54:45 +0000 (03:54 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Tue, 6 May 2014 10:54:45 +0000 (03:54 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/radosgw/admin.rst

index 3d4bf8cc3ad5d40021f0a5dd9df3c15237e38305..e9f851150e6ca7be1f61a69c45b72df9a10cbed1 100644 (file)
@@ -256,13 +256,13 @@ secret. You may also remove an access key and secret. Options include:
 - ``--key-type=<type>`` specifies a key type. The options are: swift, s3
 
 
-To add a key, specify the user.
+To add a key, specify the user. ::
 
        radosgw-admin key create --uid=johndoe --key-type=s3 --gen-key --gen-secret
 
 You may also specify a key and a secret.
 
-To remove an access key, 
+To remove an access key, specify the user. :: 
 
        radosgw-admin key rm --uid=johndoe