Skip to content

Commit 96b8bce

Browse files
committed
Update leader_health_check_command description and banner
1 parent 6cf9339 commit 96b8bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ defmodule RabbitMQ.CLI.Queues.Commands.LeaderHealthCheckCommand do
5858
]
5959
end
6060

61-
def description(), do: "Checks availability and health of quorum queue leader"
61+
def description(), do: "Checks availability and health status of quorum queue leaders"
6262

6363
def banner([name], %{vhost: vhost}),
64-
do: "Checking availability and health status of queue(s) matching #{name} in vhost #{vhost} ..."
64+
do: "Checking availability and health status of leaders for quorum queues matching #{name} in vhost #{vhost} ..."
6565

6666
def queue_lines(qs) do
6767
for q <- qs, do: "Leader for #{q["readable_name"]} is unhealthy and unavailable"

0 commit comments

Comments
 (0)