Skip to content

Commit a2e37bb

Browse files
authored
Add an example path for nuget inspector local path property. (#1654)
1 parent f82f73e commit a2e37bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/blackduck/integration/detect/configuration/DetectProperties.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,7 @@ private DetectProperties() {
13141314
.setHelp(
13151315
"Use this property to point Detect to a local NuGet Inspector executable, instead of the default that Detect downloads from the binary repository."
13161316
)
1317+
.setExample("/path/to/unzipped/detect-nuget-inspector")
13171318
.setGroups(DetectGroup.NUGET, DetectGroup.GLOBAL)
13181319
.setCategory(DetectCategory.Advanced)
13191320
.build();

0 commit comments

Comments
 (0)