rgw: fix doc, A typo in command line argument name

Signed-off-by: Dmytro Iurchenko <diurchenko@mirantis.com>
This commit is contained in:
Dmytro Iurchenko 2015-02-02 12:52:44 +02:00 committed by Yehuda Sadeh
parent 2f8d31e9b1
commit cdfc23f0e2

View 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`_.