Docs: typo

example fails in bash

Closes #6977
This commit is contained in:
Peter Johnson @insertcoffee 2014-07-23 11:40:13 +01:00 committed by Clinton Gormley
parent cc4d7c6272
commit 9a4abc2620
1 changed files with 2 additions and 3 deletions

View File

@ -72,12 +72,11 @@ It can also be set on a per-index basis at index creation time:
[source,json]
---------------------------------
curl -XPUT localhost:9200/my_index
{
curl -XPUT localhost:9200/my_index -d '{
"settings": {
"index.store.type": "niofs"
}
}
}';
---------------------------------
The following sections lists all the different storage types supported.