Software /
code /
prosody
Changeset
7148:a461946fe865
Merge
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 08 Feb 2016 21:50:04 +0000 |
parents | 7147:81e54032d14d (diff) 7146:c793f9d13a36 (current diff) |
children | 7157:0890a428a99b |
files | |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/prosodyctl Fri Feb 05 16:31:34 2016 +0100 +++ b/prosodyctl Mon Feb 08 21:50:04 2016 +0000 @@ -364,8 +364,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