diff options
author | Matthias Radestock <matthias@lshift.net> | 2009-10-22 18:59:40 +0100 |
---|---|---|
committer | Matthias Radestock <matthias@lshift.net> | 2009-10-22 18:59:40 +0100 |
commit | 26808970e5d49382ce7a47ad1046a560c72196e9 (patch) | |
tree | 93f2596923feb5f7ffc3a93f36799091a5617d78 /docs | |
parent | 4c06bbb01bf055e7e5d719c1a084fe088a6f648b (diff) | |
download | rabbitmq-server-26808970e5d49382ce7a47ad1046a560c72196e9.tar.gz |
correct list_bindings result field orderbug21807
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rabbitmqctl.1.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod index c43ed2ea..6b420872 100644 --- a/docs/rabbitmqctl.1.pod +++ b/docs/rabbitmqctl.1.pod @@ -279,7 +279,7 @@ exchange arguments =item list_bindings [-p I<vhostpath>] List bindings by virtual host. Each line printed describes a binding, -with the exchange name, routing key, queue name and arguments, +with the exchange name, queue name, routing key and arguments, separated by tab characters. =item list_connections [I<connectioninfoitem> ...] |