diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-14 12:52:28 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-14 12:52:28 +0100 |
| commit | 230b712847a1dd8ab1c497bee381da701f997166 (patch) | |
| tree | b2fba9d39abfe97166ae03f938b8bb1bededcbfd /docs | |
| parent | c352c9cde25e776aeeb923e0adfc3f89340beaec (diff) | |
| download | rabbitmq-server-git-230b712847a1dd8ab1c497bee381da701f997166.tar.gz | |
scope is not set via the -s flag
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 74ac95686b..836af26432 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -547,7 +547,7 @@ </varlistentry> <varlistentry> - <term><cmdsynopsis><command>set_permissions</command> <arg choice="opt">-p <replaceable>vhostpath</replaceable></arg> <arg choice="opt">-<replaceable>check</replaceable></arg> <arg choice="req"><replaceable>user</replaceable></arg> <arg choice="req"><replaceable>conf</replaceable></arg> <arg choice="req"><replaceable>write</replaceable></arg> <arg choice="req"><replaceable>read</replaceable></arg></cmdsynopsis></term> + <term><cmdsynopsis><command>set_permissions</command> <arg choice="opt">-p <replaceable>vhostpath</replaceable></arg> <arg choice="opt">-s <replaceable>scope</replaceable></arg> <arg choice="req"><replaceable>user</replaceable></arg> <arg choice="req"><replaceable>conf</replaceable></arg> <arg choice="req"><replaceable>write</replaceable></arg> <arg choice="req"><replaceable>read</replaceable></arg></cmdsynopsis></term> <listitem> <variablelist> <varlistentry> @@ -555,11 +555,10 @@ <listitem><para>The name of the virtual host to which to grant the user access, defaulting to <command>/</command>.</para></listitem> </varlistentry> <varlistentry> - <term>check</term> - <listitem><para>Which resources should permissions be - checked for? Either - <command>check_user_named</command> (the default) or - <command>check_all_resources</command>.</para></listitem> + <term>scope</term> + <listitem><para>Scope of the permissions: either + <command>client</command> (the default) or + <command>all</command>.</para></listitem> </varlistentry> <varlistentry> <term>user</term> |
