Software /
code /
prosody
Diff
prosodyctl @ 7147:81e54032d14d
prosodyctl: fix CnP bug in deluser output
author | Thomas Gstädtner <thomas@gstaedtner.net> |
---|---|
date | Mon, 08 Feb 2016 14:48:50 +0100 |
parent | 7082:8b590fc77d91 |
child | 7191:df4f52cabdfe |
line wrap: on
line diff
--- a/prosodyctl Fri Feb 05 00:10:46 2016 +0000 +++ b/prosodyctl Mon Feb 08 14:48:50 2016 +0100 @@ -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