diff --git a/aio/tools/transforms/templates/cli/lib/cli.html b/aio/tools/transforms/templates/cli/lib/cli.html index 4255d314c6..fccf02bcf1 100644 --- a/aio/tools/transforms/templates/cli/lib/cli.html +++ b/aio/tools/transforms/templates/cli/lib/cli.html @@ -20,7 +20,7 @@ {% for option in arguments %} - {$ option.name $} + <{$ option.name $}> {$ option.description | marked $} {% if option.subcommands.length -%}