From 8147be5d6000b241dd85b246a7a1cb5cc5baabec Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Wed, 20 Feb 2019 10:55:36 +0300 Subject: [PATCH] Banner message: be more specific --- .../lib/rabbitmq/cli/queues/commands/shrink_command.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]"