Browse Source

add indices nodes info flag to docs

Mike McCandless 9 years ago
parent
commit
eecf094ac1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/cluster/nodes-info.asciidoc

+ 1 - 1
docs/reference/cluster/nodes-info.asciidoc

@@ -51,7 +51,7 @@ By default, it just returns all attributes and core settings for a node:
 	Elasticsearch version running on this node.
 
 It also allows to get only information on `settings`, `os`, `process`, `jvm`,
-`thread_pool`, `transport`, `http`, `plugins` and `ingest`:
+`thread_pool`, `transport`, `http`, `plugins`, `ingest` and `indices`:
 
 [source,js]
 --------------------------------------------------