From 27e99575fcecb14fe0b584b1e5c2152a3ce3cacd Mon Sep 17 00:00:00 2001 From: Ruslan Sivak Date: Wed, 1 Feb 2017 10:17:51 -0500 Subject: [PATCH] fixing -proxy-port option --- .../apache/flex/utilities/converter/core/SdkConverterCLI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flex-maven-tools/flex-sdk-converter/cli/src/main/java/org/apache/flex/utilities/converter/core/SdkConverterCLI.java b/flex-maven-tools/flex-sdk-converter/cli/src/main/java/org/apache/flex/utilities/converter/core/SdkConverterCLI.java index 8cf0522b..924d47b0 100644 --- a/flex-maven-tools/flex-sdk-converter/cli/src/main/java/org/apache/flex/utilities/converter/core/SdkConverterCLI.java +++ b/flex-maven-tools/flex-sdk-converter/cli/src/main/java/org/apache/flex/utilities/converter/core/SdkConverterCLI.java @@ -125,7 +125,7 @@ public static void main(String[] args) throws Exception { withDescription("(Optional and only valid when providing a proxy host and port) port " + "of the proxy server."). isRequired(false). - create(OPTION_PROXY_HOST)); + create(OPTION_PROXY_PORT)); options.addOption(OptionBuilder.withArgName("non-proxy-host(s)").hasArg(). withDescription("(Optional and only valid when providing a proxy host and port) list of " + "hosts that should not use the proxy server.").