[autohelp] Avoid long lines in templates

Change-Id: I77a0478807e1afb41c2147a279f778bbec4123ef
This commit is contained in:
Gauvain Pocentek 2015-12-07 17:03:51 +01:00
parent 254893c8fd
commit 06e6e04576
1 changed files with 2 additions and 1 deletions

View File

@ -48,5 +48,6 @@ New, updated, and deprecated options in {{ release }} for {{ codename }}
{% endif %} {% endif %}
{% if not new_opts and not new_defaults and not deprecated_opts %} {% if not new_opts and not new_defaults and not deprecated_opts %}
There are no new, updated, and deprecated options in {{ release }} for {{ codename }}. There are no new, updated, and deprecated options
in {{ release }} for {{ codename }}.
{% endif %} {% endif %}