From: Zac Dover Date: Fri, 21 Jan 2022 17:05:01 +0000 (+1000) Subject: doc/radosgw: replace double quotes with single X-Git-Tag: v18.0.0~1486^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e9ab3e2ee0680d8b3ff1dffee6dd7048c07f9643;p=ceph.git doc/radosgw: replace double quotes with single This changes the string "tenant$" to 'tenant$' in order to avoid users running into confusing shell expansion behavior. Hat tip to IcePic. Signed-off-by: Zac Dover --- diff --git a/doc/radosgw/multitenancy.rst b/doc/radosgw/multitenancy.rst index 0cca50d966ef..09f5071c1104 100644 --- a/doc/radosgw/multitenancy.rst +++ b/doc/radosgw/multitenancy.rst @@ -25,7 +25,7 @@ Administering Users With Explicit Tenants Tenants as such do not have any operations on them. They appear and disappear as needed, when users are administered. In order to create, modify, and remove users with explicit tenants, either an additional -option --tenant is supplied, or a syntax "$" is used +option --tenant is supplied, or a syntax '$' is used in the parameters of the radosgw-admin command. Examples