diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2016-08-15 17:01:13 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2016-08-15 17:01:13 +0300 |
| commit | 15cb69740faf7c3df7ddbf0a6ce593f885f12e10 (patch) | |
| tree | a663e03adc7fb371c83f24e9a7dfed6a8d438e3b /docs | |
| parent | c2bd22cdc3c1f0ba75bbeebd3a6d59b3d976cb68 (diff) | |
| download | rabbitmq-server-git-15cb69740faf7c3df7ddbf0a6ce593f885f12e10.tar.gz | |
Docs wording
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 7dd926eba8..d9a9991ea3 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1254,8 +1254,7 @@ <listitem> <para> List only those durable queues that are not - currently running - i.e. they are located on - inaccessible nodes. + currently available (more specifically, their master node isn't). </para> </listitem> </varlistentry> @@ -1263,7 +1262,7 @@ <term><cmdsynopsis><arg choice="opt">--online</arg></cmdsynopsis></term> <listitem> <para> - List queues that are currently live. + List queues that are currently available (their master node is). </para> </listitem> </varlistentry> |
