Skip to content

Commit

Permalink
fix(property): Edited help description for detect.wait.for.results (I…
Browse files Browse the repository at this point in the history
…DETECT-1869)
  • Loading branch information
crowleySynopsys committed Feb 5, 2020
1 parent 1c1611d commit 92a5826
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -962,7 +962,7 @@ class DetectProperties {

val DETECT_WAIT_FOR_RESULTS = BooleanProperty("detect.wait.for.results", false).apply {
info("Wait For Results", "5.5.0")
help("If set to true, Detect will wait for Synopsys products until results are available or the blackduck.timeout is exceeded.")
help("If set to true, Detect will wait for Synopsys products until results are available or the detect.report.timeout is exceeded.")
groups(DetectGroup.General, DetectGroup.Global)
}

Expand Down Expand Up @@ -1244,7 +1244,7 @@ class DetectProperties {
groups(DetectGroup.SignatureScanner)
deprecated("This property is changing. Please use --detect.blackduck.signature.scanner.exclusion.patterns in the future.", DetectMajorVersion.SIX, DetectMajorVersion.SEVEN)
}

@Deprecated(DEPRECATED_PROPERTY_MESSAGE)
val DETECT_HUB_SIGNATURE_SCANNER_PATHS = PathListProperty("detect.hub.signature.scanner.paths", emptyList()).apply {
info("Detect Hub Signature Scanner Paths", "3.0.0")
Expand Down

0 comments on commit 92a5826

Please sign in to comment.