diff options
author | Casey Bodley <cbodley@users.noreply.github.com> | 2022-01-21 13:22:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 13:22:44 -0500 |
commit | a9b3e2f80130696fc4be026c31998d2f3d959b05 (patch) | |
tree | ed6919fc5bef3f8979074be2529aec6c17178aae | |
parent | 262286776d38bec591b3e6be9ec3f0ad464607c5 (diff) | |
parent | 9f65f42d9e0b0e1b7e446fdfa816f39e6e14fb9c (diff) | |
download | ceph-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.rst | 4 |
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:: |