EdColeman commented on code in PR #4096:
URL: https://github.com/apache/accumulo/pull/4096#discussion_r1436572946
##########
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 assume the `f` is used for filter? `fs` (without context) seems like it
should be for file system. Would `p` and `propFile` work?
--
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]