diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2013-08-13 16:18:01 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2013-08-13 16:18:01 +0100 |
| commit | bdba44b9d3d032b852e1e35fb4e3147a73cd4268 (patch) | |
| tree | 77af9858123eccf3b59b45273f8864840a5e8243 /docs/rabbitmqctl.1.xml | |
| parent | 1d8025b947b85f19f30b993209f13e928c5d493c (diff) | |
| parent | a791b1906d4557fe63d4fa65e9ee53d6cb3dbcbd (diff) | |
| download | rabbitmq-server-git-bdba44b9d3d032b852e1e35fb4e3147a73cd4268.tar.gz | |
Merged bug25572 into default
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 1d6411440a..b2361cdecd 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -960,7 +960,7 @@ </para> <variablelist> <varlistentry> - <term><cmdsynopsis><command>set_policy</command> <arg choice="opt">-p <replaceable>vhostpath</replaceable></arg> <arg choice="req"><replaceable>name</replaceable></arg> <arg choice="req"><replaceable>pattern</replaceable></arg> <arg choice="req"><replaceable>definition</replaceable></arg> <arg choice="opt"><replaceable>priority</replaceable></arg> </cmdsynopsis></term> + <term><cmdsynopsis><command>set_policy</command> <arg choice="opt">-p <replaceable>vhostpath</replaceable></arg> <arg choice="opt">--priority <replaceable>priority</replaceable></arg> <arg choice="opt">--apply-to <replaceable>apply-to</replaceable></arg> <arg choice="req"><replaceable>name</replaceable></arg> <arg choice="req"><replaceable>pattern</replaceable></arg> <arg choice="req"><replaceable>definition</replaceable></arg></cmdsynopsis></term> <listitem> <para> Sets a policy. @@ -989,7 +989,13 @@ <varlistentry> <term>priority</term> <listitem><para> - The priority of the policy as an integer, defaulting to 0. Higher numbers indicate greater precedence. + The priority of the policy as an integer. Higher numbers indicate greater precedence. The default is 0. + </para></listitem> + </varlistentry> + <varlistentry> + <term>apply-to</term> + <listitem><para> + Which types of object this policy should apply to - "queues", "exchanges" or "all". The default is "all". </para></listitem> </varlistentry> </variablelist> |
