Browse Source

[DOCS] Corrected syntax error in search curl cmd

Closes #8447
Joel Taddei 11 years ago
parent
commit
7e72800c83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/search/search.asciidoc

+ 1 - 1
docs/reference/search/search.asciidoc

@@ -40,7 +40,7 @@ placeholder:
 
 [source,js]
 --------------------------------------------------
-$ curl - XGET 'http://localhost:9200/_all/tweet/_search?q=tag:wow'
+$ curl -XGET 'http://localhost:9200/_all/tweet/_search?q=tag:wow'
 --------------------------------------------------
 
 Or even search across all indices and all types: