davebarnes97 commented on a change in pull request #5970:
URL: https://github.com/apache/geode/pull/5970#discussion_r574651409
##########
File path:
geode-core/src/main/java/org/apache/geode/distributed/ServerLauncher.java
##########
@@ -169,7 +172,7 @@
static {
Map<Command, String> usage = new TreeMap<>();
usage.put(Command.START,
- "start <member-name> [--assign-buckets] [--disable-default-server]
[--rebalance] [--server-bind-address=<IP-address>] [--server-port=<port>]
[--force] [--debug] [--help]");
+ "start <member-name> [--assign-buckets] [--disable-default-server]
[--rebalance] [--server-bind-address=<IP-address>] [--server-port=<port>]
[--force] [--membership-bind-address=<IP-address>] [--debug] [--help]");
Review comment:
For easier reading, please position the new `--membership-bind-address`
param before `--force`.
----------------------------------------------------------------
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]