diff options
| -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>. |
