Browse Source

Fix typo in snapshot/restore documentation

Igor Motov 11 years ago
parent
commit
5d98341d11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/snapshots.asciidoc

+ 1 - 1
docs/reference/modules/snapshots.asciidoc

@@ -53,7 +53,7 @@ or
 
 [source,js]
 -----------------------------------
-$ curl -XGET 'http://localhost:9200/_snapshot/all'
+$ curl -XGET 'http://localhost:9200/_snapshot/_all'
 -----------------------------------
 
 [float]