From 39966d8aaff8285f180d3a029da70599af150102 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Wed, 7 Dec 2016 13:25:46 -0800 Subject: [PATCH] Fix proxy name. --- documentation/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/index.html b/documentation/index.html index 8ef52e7..ff60c9b 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -710,7 +710,7 @@ New versions found: Note: If the --update parameter can't download Kobalt because your machine is behind a proxy, you can specify that proxy as a system environment variable when launching the JVM to run Kobalt: -
java -DhttpProxy=host:port -jar kobalt/wrapper/kobalt-wrapper.jar --update
+
java -Dhttp_proxy=host:port -jar kobalt/wrapper/kobalt-wrapper.jar --update