summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2016-09-01 02:17:28 +0300
committerMichael Klishin <mklishin@pivotal.io>2016-09-01 02:17:28 +0300
commit20d1f37f5d93c3aab97e2afa62ac3f40c94d59a3 (patch)
tree4a6462bc62ed89e7e4dcb32f6b36cc6eff866d7b /docs
parent610a656598ee47d170c7ce4f9c2c6682fe3a8aed (diff)
downloadrabbitmq-server-git-20d1f37f5d93c3aab97e2afa62ac3f40c94d59a3.tar.gz
Update operator policy commands in rabbitmqctl(1)
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 701c0d82bf..45d8141a94 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1213,7 +1213,7 @@
<term><cmdsynopsis><command>set_operator_policy</command> <arg choice="opt">-p <replaceable>vhost</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 an operator policy override. See <command>set_policy</command> for more info.
+ Sets an operator policy that overrides a subset of arguments in user policies. Arguments are identical to those of <command>set_policy</command>.
</para>
</listitem>
</varlistentry>
@@ -1221,7 +1221,7 @@
<term><cmdsynopsis><command>clear_operator_policy</command> <arg choice="opt">-p <replaceable>vhost</replaceable></arg> <arg choice="req"><replaceable>name</replaceable></arg></cmdsynopsis></term>
<listitem>
<para>
- Clears an operator policy override. See <command>clear_policy</command> for more info.
+ Clears an operator policy. Arguments are identical to those of <command>clear_policy</command>.
</para>
</listitem>
</varlistentry>
@@ -1229,7 +1229,7 @@
<term><cmdsynopsis><command>list_operator_policies</command> <arg choice="opt">-p <replaceable>vhost</replaceable></arg></cmdsynopsis></term>
<listitem>
<para>
- Lists operator policy overrides for a virtual host. See <command>list_policies</command> for more info.
+ Lists operator policy overrides for a virtual host. Arguments are identical to those of <command>list_policies</command>.
</para>
</listitem>
</varlistentry>