dlmarion commented on code in PR #6411:
URL: https://github.com/apache/accumulo/pull/6411#discussion_r3358029731
##########
server/base/src/main/java/org/apache/accumulo/server/util/ZooKeeperMain.java:
##########
@@ -56,7 +56,7 @@ public UsageGroup usageGroup() {
@Override
public String description() {
- return "Starts Apache Zookeeper instance";
+ return "Starts Apache Zookeeper session set to root of the configured
accumulo instance";
Review Comment:
FYI, the description in main is:
```
return "Starts an Apache Zookeeper client rooted at the current
instance.";
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]