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>
.. 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: