This commit is contained in:
Michael Klishin 2019-01-23 14:14:50 +03:00
parent 9df7048425
commit ad5902a5f8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
defmodule RabbitMQ.CLI.Diagnostics.Commands.CheckRunningCommand do defmodule RabbitMQ.CLI.Diagnostics.Commands.CheckRunningCommand do
@moduledoc """ @moduledoc """
Exits with a non-zero code if RabbitMQ on the target node is not running. Exits with a non-zero code if the RabbitMQ app on the target node is not running.
This command meant to be used in health checks. This command meant to be used in health checks.
""" """