This is an automated email from the ASF dual-hosted git repository.

mpochatkin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new f32aacace8 IGNITE-22532 Fix --metastorage-group option description 
(#3992)
f32aacace8 is described below

commit f32aacace83db15569633d39604d4c99d2bcc127
Author: Vadim Pakhnushev <[email protected]>
AuthorDate: Thu Jun 27 14:03:06 2024 +0300

    IGNITE-22532 Fix --metastorage-group option description (#3992)
---
 .../main/java/org/apache/ignite/internal/cli/commands/Options.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/Options.java
 
b/modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/Options.java
index 79d0a54e3b..94afff0d6b 100644
--- 
a/modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/Options.java
+++ 
b/modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/Options.java
@@ -173,8 +173,8 @@ public enum Options {
         /** Cluster management node name option description. */
         public static final String CMG_NODE_NAME_OPTION_DESC = "Names of nodes 
(use comma-separated list of node names "
                 + "'--cluster-management-group node1, node2' "
-                + "to specify more than one node) those will host the Cluster 
Management Group."
-                + "If omitted, then --meta-store-node values will also supply 
the nodes for the Cluster Management Group.";
+                + "to specify more than one node) that will host the Cluster 
Management Group."
+                + " If omitted, then --metastorage-group values will also 
supply the nodes for the Cluster Management Group.";
 
         /** Meta storage management node name option long name. */
         public static final String META_STORAGE_NODE_NAME_OPTION = 
"--metastorage-group";
@@ -185,7 +185,7 @@ public enum Options {
         /** Meta storage node name option description. */
         public static final String META_STORAGE_NODE_NAME_OPTION_DESC = 
"Metastorage group nodes (use comma-separated list of node names "
                 + "'--metastorage-group node1, node2' to specify more than one 
node) that will host the Meta Storage."
-                + "If the --metastorage-group parameter is omitted, the same 
nodes will also host the Cluster Management Group.";
+                + " If the --cluster-management-group option is omitted, the 
same nodes will also host the Cluster Management Group.";
 
         /** Cluster name option long name. */
         public static final String CLUSTER_NAME_OPTION = "--name";

Reply via email to