summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-01-21 14:20:52 +0000
committerMatthias Radestock <matthias@lshift.net>2009-01-21 14:20:52 +0000
commitafcb8fd9722a1a4a5a8eccac9811e4c9cd6d0c32 (patch)
tree8f0ed94ea66ff693b058f9111b12ee64e5153342
parentdd684d5bb0ced0911946e3997e6bd88425a946e9 (diff)
downloadrabbitmq-server-afcb8fd9722a1a4a5a8eccac9811e4c9cd6d0c32.tar.gz
add forgotten docs for delete_user command
-rw-r--r--docs/rabbitmqctl.1.pod5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod
index e3f62110..68c26b14 100644
--- a/docs/rabbitmqctl.1.pod
+++ b/docs/rabbitmqctl.1.pod
@@ -92,7 +92,10 @@ cluster I<clusternode> ...
add_user I<username> I<password>
create a user named I<username> with (initial) password I<password>.
-
+
+delete_user I<username>
+ delete the user named I<username>.
+
change_password I<username> I<newpassword>
change the password for the user named I<username> to I<newpassword>.