Skip to content

Commit

Permalink
Merge pull request #39459 from tchaikov/wip-doc-api-command
Browse files Browse the repository at this point in the history
doc: wrap example command

Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
  • Loading branch information
sebastian-philipp committed Feb 17, 2021
2 parents 3f5e778 + 7fdd756 commit 9bdc3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/_ext/ceph_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def parse_args(args):
:Example command:
.. code-block:: bash
{{ command.mk_bash_example() }}
{{ command.mk_bash_example() | wordwrap(70) | indent(9) }}
{%- if command.params %}
:Parameters:{% for param in command.params -%}
Expand Down

0 comments on commit 9bdc3b9

Please sign in to comment.