Github user mjwall commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/71#discussion_r53391009
  
    --- 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 --
    
    I can do that.  The reason I used (NOT) inclusive was to make the merge 
command not change it's current description.  See 
https://github.com/apache/accumulo/blob/1.6/core/src/main/java/org/apache/accumulo/core/util/shell/commands/MergeCommand.java#L100


---
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.
---

Reply via email to