diff --git a/aio/tools/transforms/templates/cli/cli-command.template.html b/aio/tools/transforms/templates/cli/cli-command.template.html index 0b775a4b7d..017ed614ad 100644 --- a/aio/tools/transforms/templates/cli/cli-command.template.html +++ b/aio/tools/transforms/templates/cli/cli-command.template.html @@ -14,7 +14,7 @@ {$ cli.renderSyntax(doc) $} {% if doc.longDescription.length %} -

Description

+

说明

{$ doc.longDescription | marked $} {% endif%} diff --git a/aio/tools/transforms/templates/cli/lib/cli.html b/aio/tools/transforms/templates/cli/lib/cli.html index 7d9f9a84b7..591124d58e 100644 --- a/aio/tools/transforms/templates/cli/lib/cli.html +++ b/aio/tools/transforms/templates/cli/lib/cli.html @@ -24,7 +24,7 @@ {$ option.description | marked $} {% if option.subcommands.length -%} -

This option can take one of the following sub-commands:

+

该选项可以接受下列子命令之一: