From: Dmytro Iurchenko Date: Mon, 2 Feb 2015 10:52:44 +0000 (+0200) Subject: rgw: fix doc, A typo in command line argument name X-Git-Tag: v0.93~70^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cdfc23f0e2d518d41a6050c2cacbd67b87b27762;p=ceph.git rgw: fix doc, A typo in command line argument name Signed-off-by: Dmytro Iurchenko --- diff --git a/doc/radosgw/swift/auth.rst b/doc/radosgw/swift/auth.rst index e90162a50d8a..bfc97733cec1 100644 --- a/doc/radosgw/swift/auth.rst +++ b/doc/radosgw/swift/auth.rst @@ -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`_.