prosodyctl
changeset 7679 7311dc843718
parent 6501 ce66fe13eebe
child 7682 589e27b47d56
--- 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