diff --git a/docs/templates/man.j2 b/docs/templates/man.j2 index d13874a8f8..8bd3644cbd 100644 --- a/docs/templates/man.j2 +++ b/docs/templates/man.j2 @@ -48,7 +48,7 @@ ACTIONS ------- {% for action in actions %} **{{ action }}** - {{ (actions[action]['desc']|default(' '))}} + {{ (actions[action]['desc']|default(' ')) |replace('\n', ' ')}} {% if actions[action]['options'] %} {% for option in actions[action]['options']|sort(attribute='options') %}