diff options
author | Ben Hood <0x6e6562@gmail.com> | 2009-01-22 13:47:46 +0000 |
---|---|---|
committer | Ben Hood <0x6e6562@gmail.com> | 2009-01-22 13:47:46 +0000 |
commit | dab8b76f56b1f5dcfa55a406a5670ca946c31174 (patch) | |
tree | a785b370cc61158e63b198e75ad7757b75de90d4 /docs | |
parent | 414fcba01a9ef35404e79075acfcaa753ba695b3 (diff) | |
parent | afcb8fd9722a1a4a5a8eccac9811e4c9cd6d0c32 (diff) | |
download | rabbitmq-server-dab8b76f56b1f5dcfa55a406a5670ca946c31174.tar.gz |
Merged 20173 into default
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rabbitmqctl.1.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod index 9123208d..e9b9514e 100644 --- a/docs/rabbitmqctl.1.pod +++ b/docs/rabbitmqctl.1.pod @@ -118,7 +118,7 @@ set_permissions [-p I<vhostpath>] I<username> 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 <regexp>. + resources with names matching the second I<regexp>. clear_permissions [-p I<vhostpath>] I<username> remove the permissions for the user named I<username> in the |