diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-12-22 18:29:48 +0000 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-12-22 18:29:48 +0000 |
| commit | 6e869f0f778997a5be571423d02150e4fcdb94dd (patch) | |
| tree | 074d0fd77c1e2c143212ff0a26889497919f41dd /docs | |
| parent | 66dd46717157fa6f76e281f8ec3c7fb3fa4f8c99 (diff) | |
| parent | 7842327c5653565ac13ea4406b41490a4f757881 (diff) | |
| download | rabbitmq-server-git-6e869f0f778997a5be571423d02150e4fcdb94dd.tar.gz | |
merge from default
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 35de1cead9..01ddd4c108 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -866,6 +866,10 @@ <listitem><para>Whether the exchange will be deleted automatically when no longer used.</para></listitem> </varlistentry> <varlistentry> + <term>internal</term> + <listitem><para>Whether the exchange is internal, i.e. cannot be directly published to by a client.</para></listitem> + </varlistentry> + <varlistentry> <term>arguments</term> <listitem><para>Exchange arguments.</para></listitem> </varlistentry> @@ -1077,7 +1081,7 @@ <para role="example-prefix"> For example: </para> - <screen role="example">rabbitmqctl list_connections send_pend server_port</screen> + <screen role="example">rabbitmqctl list_connections send_pend port</screen> <para role="example"> This command displays the send queue size and server port for each connection. |
