Fixed typo in cat indices docs

This commit is contained in:
Clinton Gormley 2016-09-14 18:35:57 +01:00
parent 14e17f44a1
commit 960efe6202
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ How many merge operations have the shards for the `wiki` completed?
[source,sh]
--------------------------------------------------
% curl 'localhost:9200/_cat/indices/wiki?pri&v&h=health,index,prirep,docs.count,mt'
% curl 'localhost:9200/_cat/indices/wiki?pri&v&h=health,index,pri,rep,docs.count,mt'
health index docs.count mt pri.mt
green wiki 9646 16 16
--------------------------------------------------