diff options
| author | Ilya Khaprov <dead.trickster@gmail.com> | 2016-02-29 12:30:02 -0800 |
|---|---|---|
| committer | Ilya Khaprov <dead.trickster@gmail.com> | 2016-02-29 12:30:02 -0800 |
| commit | a105dd09f4cbfbbb90a248cff6c9500803b5448c (patch) | |
| tree | 996e321c1e434531e07d22a484d2282aac0f03a0 /docs | |
| parent | 43966560c282156997f7b2f585f6e9c931e2a943 (diff) | |
| download | rabbitmq-server-git-a105dd09f4cbfbbb90a248cff6c9500803b5448c.tar.gz | |
Document rabbitmqctl commands sync_queue, cancel_sync_queue, purge_queue also accept vhostpath.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index c9b699d634..6e82a64202 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -540,7 +540,7 @@ </listitem> </varlistentry> <varlistentry> - <term><cmdsynopsis><command>sync_queue</command> <arg choice="req">queue</arg></cmdsynopsis> + <term><cmdsynopsis><command>sync_queue</command> <arg choice="opt">-p <replaceable>vhostpath</replaceable></arg> <arg choice="req">queue</arg></cmdsynopsis> </term> <listitem> <variablelist> @@ -569,7 +569,7 @@ </listitem> </varlistentry> <varlistentry> - <term><cmdsynopsis><command>cancel_sync_queue</command> <arg choice="req">queue</arg></cmdsynopsis> + <term><cmdsynopsis><command>cancel_sync_queue</command> <arg choice="opt">-p <replaceable>vhostpath</replaceable></arg> <arg choice="req">queue</arg></cmdsynopsis> </term> <listitem> <variablelist> @@ -589,7 +589,7 @@ </listitem> </varlistentry> <varlistentry> - <term><cmdsynopsis><command>purge_queue</command> <arg choice="req">queue</arg></cmdsynopsis> + <term><cmdsynopsis><command>purge_queue</command> <arg choice="opt">-p <replaceable>vhostpath</replaceable></arg> <arg choice="req">queue</arg></cmdsynopsis> </term> <listitem> <variablelist> |
