Changed JAVA_OPTS to ES_JAVA_OPTS in plugin docs

This commit is contained in:
Clinton Gormley 2016-04-03 16:52:37 +02:00
parent 6ff947427d
commit 7d4ed5b19e
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ options can be set on the command line:
sudo bin/elasticsearch-plugin install mobz/elasticsearch-head -DproxyHost=host_name -DproxyPort=port_number
-----------------------------------
On Windows, they need to be added to the `JAVA_OPTS` environment variable:
On Windows, they need to be added to the `ES_JAVA_OPTS` environment variable:
[source,shell]
-----------------------------------