Browse Source

Update 40_other_stats.asciidoc (#501)

ediedone 8 years ago
parent
commit
e516bb03fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      500_Cluster_Admin/40_other_stats.asciidoc

+ 1 - 1
500_Cluster_Admin/40_other_stats.asciidoc

@@ -162,7 +162,7 @@ GET /_cat/health
 1408723713 12:08:33 elasticsearch_zach yellow 1 1 114 114 0 0 114
 ----
 
-首先你会注意到的是响应是表格样式的纯文本,而不是 JSON。其次你会注意到各列默认是没有表头的。这都是模仿 *nix 工具设计的,因为它假设一旦你对输出熟悉了,你就再也不看见表头了。
+首先你会注意到的是响应是表格样式的纯文本,而不是 JSON。其次你会注意到各列默认是没有表头的。这都是模仿 *nix 工具设计的,因为它假设一旦你对输出熟悉了,你就再也不看见表头了。
 
 要启用表头,添加 `?v` 参数即可: