summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-05-19 13:22:34 +0100
committerMatthias Radestock <matthias@lshift.net>2009-05-19 13:22:34 +0100
commit69c22832851214c2c48afa782a64537b30e99717 (patch)
treedc48397cafb4fde6cdef6f02ba8f4b3bcdb9e386
parent0f45dfdeb7dc41be14e57e6a4dd6490728349ea2 (diff)
downloadrabbitmq-server-69c22832851214c2c48afa782a64537b30e99717.tar.gz
document support for headers exchange
We forgot to do this bug 20152.
-rw-r--r--docs/rabbitmqctl.1.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod
index a0232a40..42156896 100644
--- a/docs/rabbitmqctl.1.pod
+++ b/docs/rabbitmqctl.1.pod
@@ -201,7 +201,7 @@ name
URL-encoded name of the exchange
type
- exchange type (B<direct>, B<topic> or B<fanout>)
+ exchange type (B<direct>, B<topic>, B<fanout>, or B<headers>)
durable
whether the exchange survives server restarts