kevinrr888 commented on code in PR #5959:
URL: https://github.com/apache/accumulo/pull/5959#discussion_r2746745894
##########
shell/src/main/java/org/apache/accumulo/shell/commands/ScanCommand.java:
##########
@@ -453,6 +551,19 @@ public Options getOptions() {
executionHintsOpt.setArgName("<key>=<value>{,<key>=<value>}");
scanServerOpt.setArgName("immediate|eventual");
+ scanOptBeginKeyRow.setArgName("begin-key-r");
+ scanOptBeginKeyCf.setArgName("begin-key-cf");
+ scanOptBeginKeyCq.setArgName("begin-key-cq");
+ scanOptBeginKeyCv.setArgName("begin-key-cv");
Review Comment:
yeah, it's not very useful.
removed in ecc5580f373bc54a6b3077bab27885c754caf3cd
--
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]