mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Manpage documentation ALSO should be sorted
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
."
|
||||
{% if options %}
|
||||
.SH OPTIONS
|
||||
{% for (k,v) in options.iteritems() %}
|
||||
{% for k in option_keys %}
|
||||
{% set v = options[k] %}
|
||||
|
||||
.IP @{ k }@
|
||||
{% for desc in v.description %}@{ desc | jpfunc }@{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user