From 8957bbf209ac6ddb39dac4d27e129402f4890b86 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Fri, 4 Jan 2019 14:39:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BF=BB=E8=AF=91=20CLI=20=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../transforms/templates/cli/cli-command.template.html | 2 +- aio/tools/transforms/templates/cli/lib/cli.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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:

+

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