Github user ctubbsii commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/71#discussion_r53389443
--- Diff:
core/src/main/java/org/apache/accumulo/core/util/shell/commands/OptUtil.java ---
@@ -117,7 +117,7 @@ public static OptionGroup addListDeleteGroup(final
String name) {
}
public static Option startRowOpt() {
- final Option o = new Option(START_ROW_OPT, "begin-row", true, "begin
row (inclusive)");
+ final Option o = new Option(START_ROW_OPT, "begin-row", true, "begin
row (NOT) inclusive");
--- End diff --
Parens should go around "(NOT inclusive)" instead of just "(NOT)".
Personally, I prefer "(exclusive)".
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---