From 87243537e77fd4c6211bb1927ee0e39cdae72bf8 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 23 May 2015 07:13:33 -0400 Subject: [PATCH] fixed documentation (path to mono) per issue #234 Former-commit-id: bc56be22a694aea6868bb7a23b38bd992e3c7bbd --- 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 cda68ab11..6c5b6674c 100644 --- a/dependency-check-cli/src/site/markdown/arguments.md +++ b/dependency-check-cli/src/site/markdown/arguments.md @@ -34,7 +34,7 @@ Short | Argument Name        | Paramete | \-\-nexusUsesProxy | \ | Whether or not the defined proxy should be used when connecting to Nexus. | true | \-\-disableNuspec | | Sets whether or not the .NET Nuget Nuspec Analyzer will be used. | false | \-\-disableAssembly | | Sets whether or not the .NET Assembly Analyzer should be used. | false - | \-\-pathToMono | \ | The path to Mono for .NET Assembly analysis on non-windows systems. |   + | \-\-mono | \ | The path to Mono for .NET Assembly analysis on non-windows systems. |   | \-\-proxyserver | \ | The proxy server to use when downloading resources. |   | \-\-proxyport | \ | The proxy port to use when downloading resources. |   | \-\-connectiontimeout | \ | The connection timeout (in milliseconds) to use when downloading resources. |