Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Dec 24, 2024
1 parent fae23b8 commit f65cf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rewrite-core/src/main/java/org/openrewrite/text/Find.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public String getDescription() {
String filePattern;

@Option(displayName = "Description",
description = "Add the matched value(s) between description text. Default `false`.",
description = "Add the matched value(s) as description on the search result marker. Default `false`.",
required = false)
@Nullable
Boolean description;
Expand Down

0 comments on commit f65cf8c

Please sign in to comment.