Skip to content

Commit

Permalink
chore: update option description
Browse files Browse the repository at this point in the history
  • Loading branch information
ragunathjawahar committed Oct 9, 2022
1 parent 703df53 commit f985579
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class JsonCommand : Runnable {

@Option(
names = ["-c", "--check"],
description = ["verify the generated JSON for inconsistencies"],
description = ["check the generated JSON for inconsistencies"],
required = false,
)
var check: Boolean = false
Expand Down

0 comments on commit f985579

Please sign in to comment.