From 6cfcc903dfaf856cb29aa170f7fdfee003d1844f Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 29 Mar 2014 05:23:34 -0400 Subject: [PATCH] updated documentation to support wild card file extensions Former-commit-id: fb64ad0e0997dfb3dc3c607ef6d2818afd0b3606 --- dependency-check-cli/src/site/markdown/arguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-cli/src/site/markdown/arguments.md b/dependency-check-cli/src/site/markdown/arguments.md index 98d3c9348..544cf4b46 100644 --- a/dependency-check-cli/src/site/markdown/arguments.md +++ b/dependency-check-cli/src/site/markdown/arguments.md @@ -6,7 +6,7 @@ The following table lists the command line arguments: Short | Argument Name | Parameter | Description | Requirement -------|-----------------------|-----------------|-------------|------------ \-a | \-\-app | \ | The name of the application being scanned. This is a required argument. | Required - \-s | \-\-scan | \ | The path to scan \- this option can be specified multiple times. | Required + \-s | \-\-scan | \ | The path to scan \- this option can be specified multiple times. It is also possible to specify specific file types that should be scanned by supplying a scan path of '[path]/[to]/[scan]/*.zip'. The wild card can only be used to denote any file-name with a specific extension. | Required \-o | \-\-out | \ | The folder to write reports to. This defaults to the current directory. | Optional \-f | \-\-format | \ | The output format to write to (XML, HTML, VULN, ALL). The default is HTML. | Required \-l | \-\-log | \ | The file path to write verbose logging information. | Optional