]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: replace double quotes with single 44719/head
authorZac Dover <zac.dover@gmail.com>
Fri, 21 Jan 2022 17:05:01 +0000 (03:05 +1000)
committerZac Dover <zac.dover@gmail.com>
Fri, 21 Jan 2022 17:05:01 +0000 (03:05 +1000)
This changes the string
  "tenant$<user>"
to
  'tenant$<user>'
in order to avoid users running into confusing
shell expansion behavior.

Hat tip to IcePic.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/radosgw/multitenancy.rst

index 0cca50d966efcb37086a901b2b400178a47eeaed..09f5071c11044e954a2882410b280780a9ab034e 100644 (file)
@@ -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 "<tenant>$<user>" is used
+option --tenant is supplied, or a syntax '<tenant>$<user>' is used
 in the parameters of the radosgw-admin command.
 
 Examples