diff options
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 0e212f10ce..4d801ef198 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> |
