Software /
code /
prosody
Changeset
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 |
parents | 7143:fa6cd0e9105d |
children | 7148:a461946fe865 |
files | prosodyctl |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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