From de2a47c7418cad670753a2b3a4e437fc90f61632 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 26 Jan 2014 07:04:25 -0500 Subject: [PATCH] updated site documentation with new command line arguments Former-commit-id: f6c0f55e926b617b3d74d851928127fcbf6ab01e --- .../src/site/markdown/arguments.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/dependency-check-cli/src/site/markdown/arguments.md b/dependency-check-cli/src/site/markdown/arguments.md index aa8708ed2..9c7122caa 100644 --- a/dependency-check-cli/src/site/markdown/arguments.md +++ b/dependency-check-cli/src/site/markdown/arguments.md @@ -14,9 +14,17 @@ Short | Argument Name | Parameter | Description | Requirement \-n | \-\-noupdate | | Disables the automatic updating of the CPE data. | Optional \-o | \-\-out | \ | The folder to write reports to. This defaults to the current directory. | Optional \-p | \-\-proxyport | \ | The proxy port to use when downloading resources. | Optional - \-pp | \-\-proxypass | \ | The proxy password to use when downloading resources. | Optional - \-pu | \-\-proxyuser | \ | The proxy username to use when downloading resources. | Optional + | \-\-proxypass | \ | The proxy password to use when downloading resources. | Optional + | \-\-proxyuser | \ | The proxy username to use when downloading resources. | Optional \-s | \-\-scan | \ | The path to scan \- this option can be specified multiple times. | - \-sf | \-\-suppression | \ | The file path to the suppression XML file; used to suppress [false positives](../suppression.html). | Optional + | \-\-suppression | \ | The file path to the suppression XML file; used to suppress [false positives](../suppression.html). | Optional \-u | \-\-proxyurl | \ | The proxy url to use when downloading resources. | Optional - \-v | \-\-version | | Print the version information. | Optional \ No newline at end of file + \-v | \-\-version | | Print the version information. | Optional + | \-\-advancedHelp | | Print the advanced help message. | Optional + | \-\-connectionString | \ | The connection string to the database. | Optional + | \-\-dbDriverName | \ | The database driver name. | Optional + | \-\-dbDriverPath | \ | The path to the database driver; note, this does not need to be set unless the JAR is outside of the class path. | Optional + | \-\-dbPassword | \| The password for connecting to the database. | Optional + | \-\-dbUser | \ | The username used to connect to the database. | Optional + | \-\-disableNexus | | Disable the Nexus Analyzer. | Optional + | \-\-nexus | \ | The url to the Nexus Server. | Optional \ No newline at end of file