Skip to content

Commit e56bbbc

Browse files
committed
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 ceph#62877. Signed-off-by: Ville Ojamo <[email protected]>
1 parent ded62df commit e56bbbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/radosgw/admin.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,8 +767,8 @@ The following is the general form of commands that set rate limit parameters:
767767
.. prompt:: bash #
768768

769769
radosgw-admin ratelimit set --ratelimit-scope=bucket --bucket=<bucket> \
770-
<[--max-read-ops=<num ops>] [--max-read-bytes=<num bytes>] \
771-
[--max-write-ops=<num ops>] [--max-write-bytes=<num bytes>]>
770+
<[--max-read-ops=<num ops>] [--max-read-bytes=<num bytes>] \
771+
[--max-write-ops=<num ops>] [--max-write-bytes=<num bytes>]>
772772

773773
An example of using ``radosgw-admin ratelimit set`` to set a rate limit for a
774774
bucket might look like this:

0 commit comments

Comments
 (0)