diff --git a/src/main/java/com/blackduck/integration/detect/configuration/DetectProperties.java b/src/main/java/com/blackduck/integration/detect/configuration/DetectProperties.java index 8a18691a0c..2400288cea 100644 --- a/src/main/java/com/blackduck/integration/detect/configuration/DetectProperties.java +++ b/src/main/java/com/blackduck/integration/detect/configuration/DetectProperties.java @@ -1114,7 +1114,7 @@ private DetectProperties() { .setInfo("Quack Patch Enabled", DetectPropertyFromVersion.VERSION_11_2_0) .setHelp( "If set to true, Detect will invoke Quack Patch -- a tool that uses LLMs to generate code patches for vulnerable transitive components.", - "Only supported for Rapid and Stateless Scan modes. detect.llm.api.key, detect.llm.api.endpoint, and detect.llm.name must also be set. See Quack Patch\n for further details.") + "Only supported for Rapid and Stateless Scan modes. detect.llm.api.key, detect.llm.api.endpoint, and detect.llm.name must also be set. See Quack Patch for further details.") .setGroups(DetectGroup.QUACKPATCH) .build(); @@ -1122,7 +1122,7 @@ private DetectProperties() { StringProperty.newBuilder("detect.llm.api.key", "") .setInfo("LLM Gateway API key", DetectPropertyFromVersion.VERSION_11_2_0) .setHelp( - "Provides the API key used to authenticate with the configured LLM Gateway.\n") + "Provides the API key used to authenticate with the configured LLM Gateway.") .setGroups(DetectGroup.QUACKPATCH) .build();