diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-05-24 16:45:26 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-05-24 16:45:26 +0100 |
| commit | 7bd43a28ab291c22bc1769721541483ffb90ac51 (patch) | |
| tree | ba7604912eaf7b4b96137d15145184b1b76c5228 /docs | |
| parent | 76a4e6f689aa0cbe7bb56d1cfb1f054a39466d00 (diff) | |
| download | rabbitmq-server-git-7bd43a28ab291c22bc1769721541483ffb90ac51.tar.gz | |
rabbitmqctl list_user_permissions does not take a vhost arg. Never has.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 3eb83c88ed..d6f6d51fab 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -720,7 +720,7 @@ </varlistentry> <varlistentry> - <term><cmdsynopsis><command>list_user_permissions</command> <arg choice="opt">-p <replaceable>vhostpath</replaceable></arg> <arg choice="req"><replaceable>username</replaceable></arg></cmdsynopsis></term> + <term><cmdsynopsis><command>list_user_permissions</command> <arg choice="req"><replaceable>username</replaceable></arg></cmdsynopsis></term> <listitem> <variablelist> <varlistentry> |
