ctubbsii commented on code in PR #5599: URL: https://github.com/apache/accumulo/pull/5599#discussion_r2133303885
########## server/base/src/main/java/org/apache/accumulo/server/ServerOpts.java: ########## @@ -24,13 +24,16 @@ public class ServerOpts extends ConfigOpts { - @Parameter(names = {"-a", "--address"}, description = "address to bind to") + public static final String BIND_ALL_ADDRESSES = "0.0.0.0"; + + @Parameter(names = {"-a", "--address"}, + description = "address to bind to (deprecated - use rpc.bind.addr with -o option instead)") Review Comment: I just realized that this isn't generated markdown docs, but printed in the usage from JCommander, so my original suggestion didn't make a whole lot of sense. However, the changes you made still work well for the JCommander usage, I think. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org