gemmellr commented on code in PR #4601:
URL: https://github.com/apache/activemq-artemis/pull/4601#discussion_r1313053569
##########
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java:
##########
@@ -272,7 +272,7 @@ public class Create extends InstallAbstract {
@Option(names = "--jdbc", description = "Store message data in JDBC instead
of local files.")
boolean jdbc;
- @Option(names = "--staticCluster", description = "Cluster node connectors
list separated by comma, e.g.
\"tcp://server:61616,tcp://server2:61616,tcp://server3:61616\".")
+ @Option(names = {"--staticCluster", "--static-cluster"}, description =
"Cluster node connectors list separated by comma, e.g.
\"tcp://server:61616,tcp://server2:61616,tcp://server3:61616\".")
Review Comment:
It could still have been in the same PR if needed but its clearly a seperate
change that should have a commit+JIRA of its own rather than going in with the
otherwise unrelated test-only changes.
--
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]