diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-09-11 23:46:41 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-09-11 23:46:41 +0100 |
| commit | 11cd521c68570ee5b62239dabed609d9c2015fcc (patch) | |
| tree | c2b5c09c192929e1ee61f4a7472490ff01bfcbc7 /docs | |
| parent | 7cd6087d82006e05fc9d5376817f567fee4c025c (diff) | |
| download | rabbitmq-server-git-11cd521c68570ee5b62239dabed609d9c2015fcc.tar.gz | |
Implement exchange-to-exchange bindings
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 5179eb253c..607838ff26 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -900,10 +900,10 @@ escaped as in C.</para></listitem> </varlistentry> <varlistentry> - <term>queue_name</term> - <listitem><para>The name of the queue to which the - binding is attached. with non-ASCII characters - escaped as in C.</para></listitem> + <term>destination</term> + <listitem><para>The type and name of the destination + to which the binding is attached. with non-ASCII + characters escaped as in C.</para></listitem> </varlistentry> <varlistentry> <term>routing_key</term> |
