corrected long option name for nexus uses proxy argument

Former-commit-id: f8a8a902fb3fb9e3bdcaa875c7563078d798811f
This commit is contained in:
Jeremy Long
2014-03-03 05:41:55 -05:00
parent 2cf3bca8de
commit fe0e2d5c2d

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();