rsingh433 commented on code in PR #4096:
URL: https://github.com/apache/accumulo/pull/4096#discussion_r1436618300
##########
shell/src/main/java/org/apache/accumulo/shell/commands/ConfigCommand.java:
##########
@@ -424,19 +492,21 @@ public Options getOptions() {
outputFileOpt = new Option("o", "output", true, "local file to write the
scan output to");
namespaceOpt = new Option(ShellOptions.namespaceOption, "namespace", true,
"namespace to display/set/delete properties for");
-
+ fileOpt = new Option("fs", "file", true, "file containing properties to
set");
Review Comment:
I can definitely switch it to p for propFile.
--
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]