Skip to content

Commit

Permalink
style(help): improved help for detect.bazel.cquery.options
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Billings committed Jan 7, 2020
1 parent 3b003d5 commit f4a55a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public enum DetectProperty {
DETECT_BAZEL_TARGET("detect.bazel.target", "Bazel Target", "5.2.0", PropertyType.STRING, PropertyAuthority.NONE),

@HelpGroup(primary = GROUP_BAZEL, additional = GROUP_SOURCE_SCAN)
@HelpDescription("A comma-separated list of additional options to pass to the bazel cquery command.")
@HelpDescription("A comma-separated list of additional options to pass to the 'bazel cquery' command when it is invoked by Detect. (This property has no effect on Detect's processing for maven_jar rules, which uses 'bazel query' instead of 'bazel cquery')")
DETECT_BAZEL_CQUERY_OPTIONS("detect.bazel.cquery.options", "Bazel cquery additional options", "6.1.0", PropertyType.STRING, PropertyAuthority.NONE),

@HelpGroup(primary = GROUP_BAZEL, additional = GROUP_SOURCE_SCAN)
Expand Down

0 comments on commit f4a55a4

Please sign in to comment.