From c2abe3c5efa88a1ec36136a45ab930caeff8a4b6 Mon Sep 17 00:00:00 2001 From: xhzhf Date: Tue, 30 Apr 2019 21:35:37 +0800 Subject: [PATCH] Translate some words smoothly (#14091) Translate some words smoothly --- content/zh/docs/user-guide/kubectl-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/user-guide/kubectl-overview.md b/content/zh/docs/user-guide/kubectl-overview.md index e474dc6485..430253da8e 100644 --- a/content/zh/docs/user-guide/kubectl-overview.md +++ b/content/zh/docs/user-guide/kubectl-overview.md @@ -188,7 +188,7 @@ submit-queue 610995 ``` ### 排序列表对象 -要将对象输出到终端窗口中的排序列表,可以将该`--sort-by`标志添加到支持的`kubectl`命令中。通过使用`--sort-by`标志指定任何数字或字符串字段来对对象进行排序。要指定一个字段,请使用[jsonpath](/docs/user-guide/jsonpath)表达式。 +要将对象列表在终端窗口中排序输出,可以将该`--sort-by`标志添加到支持的`kubectl`命令中。通过使用`--sort-by`标志指定任何数字或字符串字段来对对象进行排序。要指定一个字段,请使用[jsonpath](/docs/user-guide/jsonpath)表达式。 #### 语法