From e56bbbc943e71d5830e4a17d9bc475cac5bf1ea7 Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Tue, 22 Apr 2025 19:09:23 +0700 Subject: [PATCH] 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> --- doc/radosgw/admin.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.5