DonResnik commented on a change in pull request #1135: Issue 1129 fix grep pn
option
URL: https://github.com/apache/accumulo/pull/1135#discussion_r280629902
##########
File path:
shell/src/main/java/org/apache/accumulo/shell/commands/GrepCommand.java
##########
@@ -114,8 +144,11 @@ public Options getOptions() {
final Options opts = super.getOptions();
numThreadsOpt = new Option("nt", "num-threads", true, "number of threads
to use");
negateOpt = new Option("v", "negate", false, "only include rows without
search term");
+ profileNameOpt = new Option("pn", "profile-name", true,
Review comment:
agreed, code updated
----------------------------------------------------------------
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]
With regards,
Apache Git Services