diff options
| author | Essien Ita Essien <essiene@gmail.com> | 2009-02-19 08:46:15 +0100 |
|---|---|---|
| committer | Essien Ita Essien <essiene@gmail.com> | 2009-02-19 08:46:15 +0100 |
| commit | 9b35a0aed208f16f9cfa1fb63c6e5c2b75f02a08 (patch) | |
| tree | 688f577439c883a99eab30bb33ed543fd8e8ce0a /docs | |
| parent | a7c825b0dd8ef6828cca881dd6cfc6bfc2c6ecda (diff) | |
| parent | 3f5c0fce99c119abbe27ca1dd05e4bf57f27db3e (diff) | |
| download | rabbitmq-server-git-9b35a0aed208f16f9cfa1fb63c6e5c2b75f02a08.tar.gz | |
Merge with upstream default
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod index e9b9514ef6..d86aa2717d 100644 --- a/docs/rabbitmqctl.1.pod +++ b/docs/rabbitmqctl.1.pod @@ -114,11 +114,11 @@ delete_vhost I<vhostpath> list_vhosts list all virtual hosts. -set_permissions [-p I<vhostpath>] I<username> I<regexp> I<regexp> +set_permissions [-p I<vhostpath>] I<username> I<regexp> I<regexp> I<regexp> set the permissions for the user named I<username> in the virtual - host I<vhostpath>, granting them configuration access to resources - with names matching the first I<regexp> and messaging access to - resources with names matching the second I<regexp>. + host I<vhostpath>, granting 'configure', 'write' and 'read' access + to resources with names matching the first, second and third + I<regexp>, respectively. clear_permissions [-p I<vhostpath>] I<username> remove the permissions for the user named I<username> in the |
