Skip to content

Commit

Permalink
chore(putout): update description
Browse files Browse the repository at this point in the history
  • Loading branch information
zieka committed Oct 11, 2024
1 parent 428de3a commit 3cba4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/openrewrite/codemods/Putout.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public String getDescription() {
}

@Option(displayName = "Rules",
description = "Names of rules to enable. If not provided, all rules are enabled.",
description = "Names of rules to enable. If not provided, putout's default rules are used.",
required = false)
@Nullable
Set<String> rules;
Expand Down

0 comments on commit 3cba4d6

Please sign in to comment.