summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex
diff options
context:
space:
mode:
authorDaniil Fedotov <hairyhum@gmail.com>2019-02-11 14:07:34 -0500
committerDaniil Fedotov <hairyhum@gmail.com>2019-02-11 14:07:34 -0500
commit680c8969ca5f6f80548bdfb2ce5d67db701f92ec (patch)
treeb59265784f89e84bff98343148dca9161aa06181 /deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex
parent5fabaeddb4774b378b4cc55e3284dcde02e424da (diff)
downloadrabbitmq-server-git-680c8969ca5f6f80548bdfb2ce5d67db701f92ec.tar.gz
Add more command descriptions
Diffstat (limited to 'deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex')
-rw-r--r--deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex b/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex
index 6cf160a1d1..17245e1ae4 100644
--- a/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex
+++ b/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex
@@ -91,6 +91,8 @@ defmodule RabbitMQ.CLI.Ctl.Commands.ReportCommand do
def help_section(), do: :report
+ def description(), do: "Generate a server status report containing a concatenation of all server status information for support purposes"
+
def banner(_, %{node: node_name}), do: "Reporting server status of node #{node_name} ..."
#