File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
deps/rabbitmq_cli/lib/rabbitmq/cli/queues/commands Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ defmodule RabbitMQ.CLI.Queues.Commands.GrowCommand do
7878  def  usage_additional  do 
7979    [ 
8080      [ "<node>" ,  "node name to place replicas on" ] , 
81-       [ "<all | even>" ,  "how many matching quorum queues should have a replica added on this node: all or half (evenly numbered)? " ] , 
81+       [ "<all | even>" ,  "add a member for all matching queues or just those whose membership count is an even number " ] , 
8282      [ "--queue-pattern <pattern>" ,  "regular expression to match queue names" ] , 
8383      [ "--vhost-pattern <pattern>" ,  "regular expression to match virtual host names" ] , 
8484      [ "--errors-only" ,  "only list queues which reported an error" ] 
@@ -93,7 +93,7 @@ defmodule RabbitMQ.CLI.Queues.Commands.GrowCommand do
9393
9494  def  help_section ,  do:  :cluster_management 
9595
96-   def  description ,  do:  "Grows quorum queue clusters by adding a member (replica) to all or half of  matching quorum  queues on the given node. " 
96+   def  description ,  do:  "Grows quorum queue clusters by adding a member (replica) on the specified node for all  matching queues" 
9797
9898  def  banner ( [ node ,  strategy ] ,  _ )  do 
9999    "Growing #{ strategy } #{ node }  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments