Banner message: be more specific

This commit is contained in:
Michael Klishin 2019-02-20 10:55:36 +03:00 committed by kjnilsson
parent 748b3ed485
commit 8147be5d60
1 changed files with 1 additions and 1 deletions

View File

@ -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 <node> [--errors-only]"