mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-18 15:24:13 +01:00
corrected long option name for nexus uses proxy argument
Former-commit-id: 4dfcd0fc4324828ff99138ca5d5903aa8e368a39
This commit is contained in:
@@ -204,7 +204,7 @@ public final class CliParser {
|
|||||||
.withDescription("The url to the Nexus Server.")
|
.withDescription("The url to the Nexus Server.")
|
||||||
.create();
|
.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.")
|
.withDescription("Whether or not the configured proxy should be used when connecting to Nexus.")
|
||||||
.create();
|
.create();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user