diff --git a/deps/rabbitmq_cli/lib/rabbitmq/cli/queues/commands/shrink_command.ex b/deps/rabbitmq_cli/lib/rabbitmq/cli/queues/commands/shrink_command.ex index 9cdfdf8d03..bf73d5c8ea 100644 --- a/deps/rabbitmq_cli/lib/rabbitmq/cli/queues/commands/shrink_command.ex +++ b/deps/rabbitmq_cli/lib/rabbitmq/cli/queues/commands/shrink_command.ex @@ -53,7 +53,7 @@ defmodule RabbitMQ.CLI.Queues.Commands.ShrinkCommand do def formatter(), do: RabbitMQ.CLI.Formatters.Table def banner([node], _) do - "Shrinking queues on #{node}..." + "Shrinking quorum queues on #{node}..." end def usage, do: "shrink [--errors-only]"