From cdfc23f0e2d518d41a6050c2cacbd67b87b27762 Mon Sep 17 00:00:00 2001 From: Dmytro Iurchenko Date: Mon, 2 Feb 2015 12:52:44 +0200 Subject: [PATCH] rgw: fix doc, A typo in command line argument name Signed-off-by: Dmytro Iurchenko --- doc/radosgw/swift/auth.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/swift/auth.rst b/doc/radosgw/swift/auth.rst index e90162a50d8a2..bfc97733cec17 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`_. -- 2.39.5