corrected long option name for nexus uses proxy argument

Former-commit-id: 4dfcd0fc4324828ff99138ca5d5903aa8e368a39
This commit is contained in:
Jeremy Long
2014-03-03 05:41:55 -05:00
parent 06fc5e71c3
commit c189b258b4

View File

@@ -204,7 +204,7 @@ public final class CliParser {
.withDescription("The url to the Nexus Server.")
.create();
final Option nexusUsesProxy = OptionBuilder.withArgName("true/false").hasArg().withLongOpt(ArgumentName.NEXUS_URL)
final Option nexusUsesProxy = OptionBuilder.withArgName("true/false").hasArg().withLongOpt(ArgumentName.NEXUS_USES_PROXY)
.withDescription("Whether or not the configured proxy should be used when connecting to Nexus.")
.create();