Skip to content

Commit b498ed5

Browse files
Merge pull request #3066 from rabbitmq/rabbitmq-queues-grow-doc-update
Correct help text for rabbitmq-queue grow command
2 parents 92173c1 + 9bcd51c commit b498ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/queues/commands/grow_command.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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} quorum queues on #{node}..."

0 commit comments

Comments
 (0)