summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@users.noreply.github.com>2022-01-21 13:22:44 -0500
committerGitHub <noreply@github.com>2022-01-21 13:22:44 -0500
commita9b3e2f80130696fc4be026c31998d2f3d959b05 (patch)
treeed6919fc5bef3f8979074be2529aec6c17178aae
parent262286776d38bec591b3e6be9ec3f0ad464607c5 (diff)
parent9f65f42d9e0b0e1b7e446fdfa816f39e6e14fb9c (diff)
downloadceph-a9b3e2f80130696fc4be026c31998d2f3d959b05.tar.gz
Merge pull request #44717 from zdover23/wip-doc-2021-01-22-man-page-radosgw-admin-missing-apostrophe
doc/man: radosgw-admin.rst: missing apostrophe Reviewed-by: Casey Bodley <cbodley@redhat.com>
-rw-r--r--doc/man/8/radosgw-admin.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/8/radosgw-admin.rst b/doc/man/8/radosgw-admin.rst
index 57d7fcfc902..042d1f3391e 100644
--- a/doc/man/8/radosgw-admin.rst
+++ b/doc/man/8/radosgw-admin.rst
@@ -997,11 +997,11 @@ Rename a bucket::
Move a bucket from the old global tenant space to a specified tenant::
- $ radosgw-admin bucket link --bucket=/foo --uid=12345678$12345678'
+ $ radosgw-admin bucket link --bucket=/foo --uid='12345678$12345678'
Link bucket to specified user and change object ACLs::
- $ radosgw-admin bucket chown --bucket=/foo --uid=12345678$12345678'
+ $ radosgw-admin bucket chown --bucket=/foo --uid='12345678$12345678'
Show the logs of a bucket from April 1st, 2012::