keith-turner commented on code in PR #5983:
URL: https://github.com/apache/accumulo/pull/5983#discussion_r2539648846
##########
shell/src/main/java/org/apache/accumulo/shell/commands/GetSplitsCommand.java:
##########
@@ -133,7 +146,11 @@ public Options getOptions() {
base64Opt = new Option("b64", "base64encoded", false, "encode the split
points");
verboseOpt =
- new Option("v", "verbose", false, "print out the tablet information
with start/end rows");
+ new Option("v", "verbose", false, "print out the tablet information
with start/end rows, "
+ + "will limit output to matching extents if match arguments are
supplied");
Review Comment:
```suggestion
new Option("v", "verbose", false, "print out the obscured tablets
with start/end rows, "
+ "will limit output to matching obscured extents if match
arguments are supplied");
```
--
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]