mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 16:49:43 +01:00
removed erroneous short cli argument for exclude
This commit is contained in:
@@ -226,7 +226,7 @@ public final class CliParser {
|
|||||||
+ " paths are supported (e.g. path/**/*.jar).")
|
+ " paths are supported (e.g. path/**/*.jar).")
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
final Option excludes = Option.builder("p").argName("pattern").hasArg().longOpt(ARGUMENT.EXCLUDE)
|
final Option excludes = Option.builder().argName("pattern").hasArg().longOpt(ARGUMENT.EXCLUDE)
|
||||||
.desc("Specify and exclusion pattern. This option can be specified multiple times"
|
.desc("Specify and exclusion pattern. This option can be specified multiple times"
|
||||||
+ " and it accepts Ant style excludsions.")
|
+ " and it accepts Ant style excludsions.")
|
||||||
.build();
|
.build();
|
||||||
|
|||||||
Reference in New Issue
Block a user