jmark99 commented on a change in pull request #1771:
URL: https://github.com/apache/accumulo/pull/1771#discussion_r520698476



##########
File path: 
shell/src/main/java/org/apache/accumulo/shell/commands/InsertCommand.java
##########
@@ -171,6 +171,8 @@ public Options getOptions() {
         "durability to use for insert, should be one of \"none\" \"log\" 
\"flush\" or \"sync\"");
     o.addOption(durabilityOption);
 
+    o.addOption(OptUtil.tableOpt("table in which data is to be inserted"));

Review comment:
       No problem. Didn't quite sound right to me, but I was blanking on how to 
re-word it.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to