Browse Source

Changed JAVA_OPTS to ES_JAVA_OPTS in plugin docs

Clinton Gormley 9 years ago
parent
commit
7d4ed5b19e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/plugins/plugin-script.asciidoc

+ 1 - 1
docs/plugins/plugin-script.asciidoc

@@ -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]
 -----------------------------------