]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix doc, A typo in command line argument name
authorDmytro Iurchenko <diurchenko@mirantis.com>
Mon, 2 Feb 2015 10:52:44 +0000 (12:52 +0200)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 10 Feb 2015 17:18:01 +0000 (09:18 -0800)
Signed-off-by: Dmytro Iurchenko <diurchenko@mirantis.com>
doc/radosgw/swift/auth.rst

index e90162a50d8a26d133ddaba6cdc9774291a7203e..bfc97733cec17d3d299aa847257a89d05a15de86 100644 (file)
@@ -7,7 +7,7 @@ Swift API requests that require authentication must contain an
 The token may be retrieved from RADOS Gateway, or from another authenticator.
 To obtain a token from RADOS Gateway, you must create a user. For example:: 
 
-       sudo radosgw-admin user create --uid="{username}" --displayname="{Display Name}"
+       sudo radosgw-admin user create --uid="{username}" --display-name="{Display Name}"
 
 For details on RADOS Gateway administration, see `radosgw-admin`_.