diff --git a/aio/tools/transforms/templates/cli/lib/cli.html b/aio/tools/transforms/templates/cli/lib/cli.html index 7a706834e6..10aeec1a8a 100644 --- a/aio/tools/transforms/templates/cli/lib/cli.html +++ b/aio/tools/transforms/templates/cli/lib/cli.html @@ -60,7 +60,8 @@ {% if option.deprecated === true %}
Deprecated
{% else %} - {$ ('**Deprecated:** ' + option.deprecated) | marked $} +已弃用:
+ {$ option.deprecated | marked $} {% endif %} {% endif %} {$ option.description | marked $}