diff options
| author | GitHubPang <61439577+GitHubPang@users.noreply.github.com> | 2020-07-30 17:22:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-30 17:22:37 +0800 |
| commit | 736b5c1b984b7c26ef62130b1a6db031bf621e16 (patch) | |
| tree | 9ed3d60a2e3079e5c77dee09420a5937d2e322ab /docs | |
| parent | f7d3c43149e772387ba69549f9a7e0b97d7f03f1 (diff) | |
| download | rabbitmq-server-git-736b5c1b984b7c26ef62130b1a6db031bf621e16.tar.gz | |
Fixed typo in doc for list_unresponsive_queues
In the doc for list_unresponsive_queues, fixed an incorrect option name.
See https://github.com/rabbitmq/rabbitmq-website/issues/1024
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8 index 21e82fa9b5..2c60ba10d3 100644 --- a/docs/rabbitmqctl.8 +++ b/docs/rabbitmqctl.8 @@ -1420,7 +1420,7 @@ each queue of the virtual host named .sp .Dl rabbitmqctl list_queues -p my-vhost messages consumers .\" ------------------------------------------------------------------ -.It Cm list_unresponsive_queues Oo Fl -local Oc Oo Fl -queue_timeout Ar milliseconds Oc Oo Ar column ... Oc Op Fl -no-table-headers +.It Cm list_unresponsive_queues Oo Fl -local Oc Oo Fl -queue-timeout Ar milliseconds Oc Oo Ar column ... Oc Op Fl -no-table-headers .Pp Tests queues to respond within timeout. Lists those which did not respond .Pp |
