Banner message: be more specific
This commit is contained in:
parent
748b3ed485
commit
8147be5d60
|
|
@ -53,7 +53,7 @@ defmodule RabbitMQ.CLI.Queues.Commands.ShrinkCommand do
|
||||||
def formatter(), do: RabbitMQ.CLI.Formatters.Table
|
def formatter(), do: RabbitMQ.CLI.Formatters.Table
|
||||||
|
|
||||||
def banner([node], _) do
|
def banner([node], _) do
|
||||||
"Shrinking queues on #{node}..."
|
"Shrinking quorum queues on #{node}..."
|
||||||
end
|
end
|
||||||
|
|
||||||
def usage, do: "shrink <node> [--errors-only]"
|
def usage, do: "shrink <node> [--errors-only]"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue