]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: Fix indentation in admin.rst 62911/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Tue, 22 Apr 2025 12:09:23 +0000 (19:09 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Tue, 22 Apr 2025 12:36:35 +0000 (19:36 +0700)
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

index f3f3e98a62b4540358a3092e9dff762ecf987334..732738312f9ce364bf54b44e3b9debb8ed0b3dab 100644 (file)
@@ -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=<bucket> \
-                                <[--max-read-ops=<num ops>] [--max-read-bytes=<num bytes>] \
-                                [--max-write-ops=<num ops>] [--max-write-bytes=<num bytes>]>
+                                 <[--max-read-ops=<num ops>] [--max-read-bytes=<num bytes>] \
+                                 [--max-write-ops=<num ops>] [--max-write-bytes=<num bytes>]>
 
 An example of using ``radosgw-admin ratelimit set`` to set a rate limit for a
 bucket might look like this: