[DOCS] Make snapshot repository examples consistent

This commit is contained in:
Igor Motov 2014-04-16 17:28:43 -04:00
parent 0948260ada
commit 4c3027729e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ $ curl -XGET 'http://localhost:9200/_snapshot/my_backup?pretty'
"my_backup" : {
"type" : "fs",
"settings" : {
"compress" : "false",
"compress" : "true",
"location" : "/mount/backups/my_backup"
}
}