updated documentation to reflect change with NexusAnalyzer

Former-commit-id: bbe1286d3ff9e4886b2eb52fe0ff04962922dd06
This commit is contained in:
Jeremy Long
2014-11-09 20:06:32 -05:00
parent 9b6e55e90c
commit d2fa14bbe2
4 changed files with 38 additions and 38 deletions

View File

@@ -325,7 +325,7 @@ public final class CliParser {
.create();
final Option nexusUrl = OptionBuilder.withArgName("url").hasArg().withLongOpt(ARGUMENT.NEXUS_URL)
.withDescription("The url to the Nexus Server.")
.withDescription("The url to the Nexus Pro Server.")
.create();
final Option nexusUsesProxy = OptionBuilder.withArgName("true/false").hasArg().withLongOpt(ARGUMENT.NEXUS_USES_PROXY)