Skip to content

Commit

Permalink
fixed desc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrr888 committed Nov 22, 2024
1 parent 973aefa commit 8b3a9ce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public String keyword() {

@Override
public String description() {
return "Checks Accumulo configuration. Optionally provide the file path. Otherwise, will "
+ "attempt to find and check the config file";
return "Checks Accumulo configuration. Note that this is a subset of the checks performed "
+ "by " + (new CheckServerConfig().keyword());
}

@Override
Expand Down

0 comments on commit 8b3a9ce

Please sign in to comment.