[DOCS] Fix minor error in cluster stats example

This commit is contained in:
Patrik Ragnarsson 2014-03-11 00:58:07 +01:00 committed by Luca Cavanna
parent 4a3837acf0
commit 9a3368b937
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ versions, memory usage, cpu and installed plugins).
[source,js]
--------------------------------------------------
curl -XGET 'http://localhost:9200/_cluster/stats?human'
curl -XGET 'http://localhost:9200/_cluster/stats?human&pretty'
--------------------------------------------------
Will return, for example: