Skip to content

Commit 4b7230b

Browse files
Wording #14560
1 parent bf3c378 commit 4b7230b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/diagnostics/commands/message_size_stats_command.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ defmodule RabbitMQ.CLI.Diagnostics.Commands.MessageSizeStatsCommand do
5151
def description(),
5252
do: "Displays message size distribution statistics aggregated across all cluster nodes"
5353

54-
def banner(_, %{node: node_name}), do: "Gathering message size statistics from cluster via #{node_name} ..."
54+
def banner(_, %{node: node_name}), do: "Gathering message size statistics across the cluster using node #{node_name} ..."
5555

5656
end

deps/rabbitmq_cli/test/diagnostics/message_size_stats_command_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ defmodule MessageSizeStatsCommandTest do
4949

5050
test "banner", context do
5151
banner = @command.banner([], context[:opts])
52-
assert banner =~ ~r/Gathering message size statistics from cluster via #{get_rabbit_hostname()}/
52+
assert banner =~ ~r/message size statistics/
5353
end
5454

5555
end

0 commit comments

Comments
 (0)