diff --git a/deps/rabbitmq_cli/lib/rabbitmq/cli/queues/commands/reclaim_quorum_memory_command.ex b/deps/rabbitmq_cli/lib/rabbitmq/cli/queues/commands/reclaim_quorum_memory_command.ex index 0a7b4df518f2..16aa3a884007 100644 --- a/deps/rabbitmq_cli/lib/rabbitmq/cli/queues/commands/reclaim_quorum_memory_command.ex +++ b/deps/rabbitmq_cli/lib/rabbitmq/cli/queues/commands/reclaim_quorum_memory_command.ex @@ -67,8 +67,8 @@ defmodule RabbitMQ.CLI.Queues.Commands.ReclaimQuorumMemoryCommand do def description(), do: - "Flushes quorum queue processes WAL, performs a full sweep GC on all of its local Erlang processes" + "Requests a full sweep GC on all of a quorum queue's Erlang processes" def banner([name], %{}), - do: "Will flush Raft WAL of quorum queue #{name} ..." + do: "Will garbage collect quorum queue #{name} ..." end