Skip to content

Commit

Permalink
Improve the description of the --execute option
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod committed Dec 1, 2021
1 parent 7cdd57a commit a77d9e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ The name of the source connector whose offsets you want to reset.

### `--execute`

Performs the reset.
Executes the reset.
2 changes: 1 addition & 1 deletion src/main/java/com/github/helpermethod/connor/Connor.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class Connor implements Runnable {

@Option(
names = { "-e", "--execute" },
description = "Performs the reset."
description = "Executes the reset."
)
private boolean execute;

Expand Down

0 comments on commit a77d9e6

Please sign in to comment.