diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-07-05 10:16:15 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-07-05 10:16:15 +0100 |
| commit | cb7992786a1ab6f576e9e55d04b6f5ebce61e84a (patch) | |
| tree | 2eb5dca0b310681843326746a12a59ee1c398645 | |
| parent | 154c5f202b1f3b5c685d9e2c3b765049ad490bdc (diff) | |
| download | rabbitmq-server-git-cb7992786a1ab6f576e9e55d04b6f5ebce61e84a.tar.gz | |
Update protocol format
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index d4d7f70c25..9280b95c15 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -863,7 +863,7 @@ </varlistentry> <varlistentry> <term>protocol</term> - <listitem><para>Version of the AMQP protocol in use (currently one of <command>amqp_0_9_1</command> or <command>amqp_0_8</command>). Note that if a client requests an AMQP 0-9 connection, we treat it as AMQP 0-9-1.</para></listitem> + <listitem><para>Version of the AMQP protocol in use (currently one of <command>{0,9,1}</command> or <command>{0,8,0}</command>). Note that if a client requests an AMQP 0-9 connection, we treat it as AMQP 0-9-1.</para></listitem> </varlistentry> <varlistentry> <term>user</term> |
