summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-05-23 10:25:02 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-05-23 10:25:02 +0100
commit7a45bdea49398a76cd6018eb790ba55743eb7a93 (patch)
treeaf3a578d62a10cefc22182d695c0623508abd2b2
parent29fcb934aae22257c38ffbb8a20834e180f628f4 (diff)
downloadrabbitmq-server-7a45bdea49398a76cd6018eb790ba55743eb7a93.tar.gz
Update docs.
-rw-r--r--docs/rabbitmqctl.1.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 0e212f10..4d801ef1 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1269,17 +1269,13 @@
<title>Message Tracing</title>
<variablelist>
<varlistentry>
- <term><cmdsynopsis><command>start_tracing</command> <arg choice="opt">-p <replaceable>vhost</replaceable></arg> <arg choice="req"><replaceable>exchange</replaceable></arg></cmdsynopsis></term>
+ <term><cmdsynopsis><command>trace_on</command> <arg choice="opt">-p <replaceable>vhost</replaceable></arg></cmdsynopsis></term>
<listitem>
<variablelist>
<varlistentry>
<term>vhost</term>
<listitem><para>The name of the virtual host for which to start tracing.</para></listitem>
</varlistentry>
- <varlistentry>
- <term>value</term>
- <listitem><para>The name of the exchange to which trace messages should be published.</para></listitem>
- </varlistentry>
</variablelist>
<para>
Starts tracing.
@@ -1288,7 +1284,7 @@
</varlistentry>
<varlistentry>
- <term><cmdsynopsis><command>stop_tracing</command> <arg choice="opt">-p <replaceable>vhost</replaceable></arg></cmdsynopsis></term>
+ <term><cmdsynopsis><command>trace_off</command> <arg choice="opt">-p <replaceable>vhost</replaceable></arg></cmdsynopsis></term>
<listitem>
<variablelist>
<varlistentry>