diff --git a/docs/templates/man.j2 b/docs/templates/man.j2 index 9ded1ec68f..6755a54527 100644 --- a/docs/templates/man.j2 +++ b/docs/templates/man.j2 @@ -52,7 +52,7 @@ ACTIONS {% if actions[action]['options'] %} {% for option in actions[action]['options']|sort(attribute='options') %} -{% for switch in option['options'] if switch in actions[action]['option_names'] %}**{{switch}}**{% if option['arg'] %} '{{option['arg']}}'{% endif %}{% if not loop.last %}, {% endif %}{% endfor %} +{% for switch in option['options'] if switch in actions[action]['option_names'] %} **{{switch}}**{% if option['arg'] %} '{{option['arg']}}'{% endif %}{% if not loop.last %}, {% endif %}{% endfor %} {{ (option['desc']) }} {% endfor %}