clebertsuconic commented on code in PR #4601:
URL: https://github.com/apache/activemq-artemis/pull/4601#discussion_r1312955140
##########
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:
I realized when making this change. It's a minor change and I didn't want to
have a separate PR just for this.
--
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]