From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Tue, 22 Apr 2025 12:09:23 +0000 (+0700) Subject: doc/radosgw: Fix indentation in admin.rst X-Git-Tag: v20.3.0~36^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e56bbbc943e71d5830e4a17d9bc475cac5bf1ea7;p=ceph.git doc/radosgw: Fix indentation in admin.rst Indent the CLI command continuation lines correctly to start at the same position as the other such commands, add one space on 2 lines. Introduced in #62877. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index f3f3e98a62b45..732738312f9ce 100644 --- a/doc/radosgw/admin.rst +++ b/doc/radosgw/admin.rst @@ -767,8 +767,8 @@ The following is the general form of commands that set rate limit parameters: .. prompt:: bash # radosgw-admin ratelimit set --ratelimit-scope=bucket --bucket= \ - <[--max-read-ops=] [--max-read-bytes=] \ - [--max-write-ops=] [--max-write-bytes=]> + <[--max-read-ops=] [--max-read-bytes=] \ + [--max-write-ops=] [--max-write-bytes=]> An example of using ``radosgw-admin ratelimit set`` to set a rate limit for a bucket might look like this: