diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-01-31 04:35:36 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-01-31 04:35:36 +0300 |
| commit | 209dcac8d6eeb3c9a8f9ad77d78f4738106bc805 (patch) | |
| tree | 190d4afe0a6531e3cc8af60d690cc425e15fb107 | |
| parent | 8b9036a3e7f67cc2a609be0952b47110f6b09e6b (diff) | |
| download | rabbitmq-server-git-209dcac8d6eeb3c9a8f9ad77d78f4738106bc805.tar.gz | |
rabbitmqctl(8): correct a reference
| -rw-r--r-- | docs/rabbitmqctl.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8 index 321a069844..5cedc9d3a6 100644 --- a/docs/rabbitmqctl.8 +++ b/docs/rabbitmqctl.8 @@ -43,7 +43,9 @@ on a dedicated CLI tool communication port and authenticating using a shared secret (known as the cookie file). .Pp Diagnostic information is displayed if connection failed, -the target node was not running, or .Nm could not authenticate to +the target node was not running, or +.Nm +could not authenticate to the target node successfully. To learn more, see the .Lk https://www.rabbitmq.com/cli.html "RabbitMQ CLI Tools guide" |
