From fc5c191c1f756822bb89205e9dbecb39f8f8be98 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Mon, 1 Apr 2019 13:54:04 +0300 Subject: [PATCH] Update README.md --- deps/rabbitmq_cli/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/deps/rabbitmq_cli/README.md b/deps/rabbitmq_cli/README.md index 0fd94a69c3..1795d8dd40 100644 --- a/deps/rabbitmq_cli/README.md +++ b/deps/rabbitmq_cli/README.md @@ -54,15 +54,17 @@ make ### `rabbitmqctl` -See the [rabbitmqctl man page](https://www.rabbitmq.com/man/rabbitmqctl.1.man.html) for details. +See `rabbitmqctl help` and [rabbitmqctl man page](https://www.rabbitmq.com/man/rabbitmqctl.1.man.html) for details. ### `rabbitmq-plugins` -See the [rabbitmq-plugins man page](https://www.rabbitmq.com/man/rabbitmq-plugins.1.man.html) for details. +See `rabbitmq-plugins help` and [rabbitmq-plugins man page](https://www.rabbitmq.com/man/rabbitmq-plugins.1.man.html) for details. ### `rabbitmq-diagnostics` -See `rabbitmq-diagnostics --help`. +See `rabbitmq-diagnostics help` and [rabbitmq-diagnostics man page](https://www.rabbitmq.com/rabbitmq-diagnostics.8.html). + + ## Testing