updated documentation per issue #230

Former-commit-id: e3c4e4efb1720ed0fcfb8d530857ca445852c4da
This commit is contained in:
Jeremy Long
2015-05-08 19:02:47 -04:00
parent bcc2173768
commit e2c92c57e6

View File

@@ -344,7 +344,7 @@ public final class CliParser {
.create();
final Option nexusUrl = OptionBuilder.withArgName("url").hasArg().withLongOpt(ARGUMENT.NEXUS_URL)
.withDescription("The url to the Nexus Pro Server. If not set the Nexus Analyzer will be disabled.")
.withDescription("The url to the Nexus Server's REST API Endpoint (http://domain/nexus/service/local). If not set the Nexus Analyzer will be disabled.")
.create();
final Option nexusUsesProxy = OptionBuilder.withArgName("true/false").hasArg().withLongOpt(ARGUMENT.NEXUS_USES_PROXY)