Ver Fonte

Update upgrade.asciidoc

Upgrade request needs pretty and human for the demonstrated output.

Closes #9313
Clinton Gormley há 10 anos atrás
pai
commit
f5b91c374a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/reference/indices/upgrade.asciidoc

+ 1 - 1
docs/reference/indices/upgrade.asciidoc

@@ -36,7 +36,7 @@ you want to upgrade at the same time.
 
 [source,sh]
 --------------------------------------------------
-curl 'http://localhost:9200/twitter/_upgrade?human'
+curl 'http://localhost:9200/twitter/_upgrade?pretty&human'
 --------------------------------------------------
 
 [source,js]