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
78
78
def usage_additional do
79
79
[
80
80
[ "<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 " ] ,
82
82
[ "--queue-pattern <pattern>" , "regular expression to match queue names" ] ,
83
83
[ "--vhost-pattern <pattern>" , "regular expression to match virtual host names" ] ,
84
84
[ "--errors-only" , "only list queues which reported an error" ]
@@ -93,7 +93,7 @@ defmodule RabbitMQ.CLI.Queues.Commands.GrowCommand do
93
93
94
94
def help_section , do: :cluster_management
95
95
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"
97
97
98
98
def banner ( [ node , strategy ] , _ ) do
99
99
"Growing #{ strategy } quorum queues on #{ node } ..."
You can’t perform that action at this time.
0 commit comments