summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Bridgen <mikeb@lshift.net>2009-10-06 14:51:13 +0100
committerMichael Bridgen <mikeb@lshift.net>2009-10-06 14:51:13 +0100
commit2d963ccd809bdb9382169d24015253de5b35cf4c (patch)
treed012732a53ca0afe5a8e8dc3c69e5e1f65490d9d /src
parentab32347d3460f036b82c00f5ea84d21b910401dd (diff)
downloadrabbitmq-server-git-2d963ccd809bdb9382169d24015253de5b35cf4c.tar.gz
auto_delete is no longer a property of exchanges
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_control.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_control.erl b/src/rabbit_control.erl
index a53ac289f2..2ad99aebec 100644
--- a/src/rabbit_control.erl
+++ b/src/rabbit_control.erl
@@ -182,8 +182,8 @@ arguments, node, messages_ready, messages_unacknowledged, messages_uncommitted,
messages, acks_uncommitted, consumers, transactions, memory]. The default is
to display name and (number of) messages.
-<ExchangeInfoItem> must be a member of the list [name, type, durable,
-auto_delete, arguments]. The default is to display name and type.
+<ExchangeInfoItem> must be a member of the list [name, type, durable,
+arguments]. The default is to display name and type.
The output format for \"list_bindings\" is a list of rows containing
exchange name, routing key, queue name and arguments, in that order.