From e9ab3e2ee0680d8b3ff1dffee6dd7048c07f9643 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sat, 22 Jan 2022 03:05:01 +1000 Subject: [PATCH] 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 --- doc/radosgw/multitenancy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/multitenancy.rst b/doc/radosgw/multitenancy.rst index 0cca50d966e..09f5071c110 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 -- 2.39.5