ddanielr commented on code in PR #4096:
URL: https://github.com/apache/accumulo/pull/4096#discussion_r1439782751
##########
shell/src/main/java/org/apache/accumulo/shell/commands/ConfigCommand.java:
##########
@@ -424,19 +474,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");
-
+ propFileOpt = new Option("p", "propFileOpt", true, "file containing
properties to set");
Review Comment:
```suggestion
propFileOpt = new Option("p", "propFile", true, "file containing
properties to set");
```
Only the variable name needed to change. The full flag the user passes in
should remain `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]