diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-01-21 14:20:52 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-01-21 14:20:52 +0000 |
| commit | 33d0c4627618c5fbde6b2a85483ed038f4dba293 (patch) | |
| tree | 8f0ed94ea66ff693b058f9111b12ee64e5153342 | |
| parent | 0f30a08781406467f137d3526974209b3c0c68bf (diff) | |
| download | rabbitmq-server-git-33d0c4627618c5fbde6b2a85483ed038f4dba293.tar.gz | |
add forgotten docs for delete_user command
| -rw-r--r-- | docs/rabbitmqctl.1.pod | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod index e3f6211002..68c26b14c9 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>. |
