diff options
author | Matthias Radestock <matthias@lshift.net> | 2009-05-19 13:22:34 +0100 |
---|---|---|
committer | Matthias Radestock <matthias@lshift.net> | 2009-05-19 13:22:34 +0100 |
commit | 69c22832851214c2c48afa782a64537b30e99717 (patch) | |
tree | dc48397cafb4fde6cdef6f02ba8f4b3bcdb9e386 | |
parent | 0f45dfdeb7dc41be14e57e6a4dd6490728349ea2 (diff) | |
download | rabbitmq-server-69c22832851214c2c48afa782a64537b30e99717.tar.gz |
document support for headers exchange
We forgot to do this bug 20152.
-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 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 |