mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 00:04:27 +01:00
updated cli help to indicate wild cards can be used to limit scan to specific file extensions
Former-commit-id: 1c034ba00859bc3140ca750c35bd1fc7f7b6d38d
This commit is contained in:
@@ -179,7 +179,8 @@ public final class CliParser {
|
|||||||
.create(ArgumentName.APP_NAME_SHORT);
|
.create(ArgumentName.APP_NAME_SHORT);
|
||||||
|
|
||||||
final Option path = OptionBuilder.withArgName("path").hasArg().withLongOpt(ArgumentName.SCAN)
|
final Option path = OptionBuilder.withArgName("path").hasArg().withLongOpt(ArgumentName.SCAN)
|
||||||
.withDescription("The path to scan - this option can be specified multiple times.")
|
.withDescription("The path to scan - this option can be specified multiple times. To limit the scan"
|
||||||
|
+ " to specific file types *.[ext] can be added to the end of the path.")
|
||||||
.create(ArgumentName.SCAN_SHORT);
|
.create(ArgumentName.SCAN_SHORT);
|
||||||
|
|
||||||
final Option props = OptionBuilder.withArgName("file").hasArg().withLongOpt(ArgumentName.PROP)
|
final Option props = OptionBuilder.withArgName("file").hasArg().withLongOpt(ArgumentName.PROP)
|
||||||
|
|||||||
Reference in New Issue
Block a user