From f5b91c374a984d2005aa5d59b759ce9698c87c84 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Fri, 16 Jan 2015 13:55:22 +0100 Subject: [PATCH] Update upgrade.asciidoc Upgrade request needs pretty and human for the demonstrated output. Closes #9313 --- docs/reference/indices/upgrade.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/indices/upgrade.asciidoc b/docs/reference/indices/upgrade.asciidoc index 6840b69c404..af1ce4f5626 100644 --- a/docs/reference/indices/upgrade.asciidoc +++ b/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]