mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +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).")
|
||||
.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"
|
||||
+ " and it accepts Ant style excludsions.")
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user