Skip to content

Commit 9c0e8a5

Browse files
Merge pull request ceph#62911 from bluikko/doc-cleanup-radosgw
doc/radosgw: Fix indentation in admin.rst
2 parents 1cf5399 + e56bbbc commit 9c0e8a5

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)