Software /
code /
prosody
Changeset
7676:7311dc843718
prosodyctl: Fix copy/paste error in help text for deluser command
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 27 Sep 2016 22:01:13 +0100 |
parents | 7675:decb657bc0a0 |
children | 7677:8613086779fa |
files | prosodyctl |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/prosodyctl Fri Sep 23 16:09:46 2016 +0200 +++ b/prosodyctl Tue Sep 27 22:01:13 2016 +0100 @@ -361,8 +361,8 @@ end local user, host = jid_split(arg[1]); if not user and host then - show_message [[Failed to understand JID, please supply the JID you want to set the password for]] - show_usage [[passwd user@host]] + show_message [[Failed to understand JID, please supply the JID to the user account you want to delete]] + show_usage [[deluser user@host]] return 1; end