updated documentation for PR #619

This commit is contained in:
Jeremy Long
2016-11-22 06:51:21 -05:00
parent e9556bbbf0
commit 42f2385bb2
2 changed files with 2 additions and 1 deletions

View File

@@ -289,7 +289,7 @@ public final class CliParser {
.desc("Enables the experimental analzers.")
.build();
final Option failOnCVSS = Option.builder().hasArg().longOpt(ARGUMENT.FAIL_ON_CVSS)
final Option failOnCVSS = Option.builder().argName("score").hasArg().longOpt(ARGUMENT.FAIL_ON_CVSS)
.desc("Specifies if the build should be failed if a CVSS score above a specified level is identified. The default is 11; since the CVSS scores are 0-10, by default the build will never fail.")
.build();