prosodyctl
changeset 7682 589e27b47d56
parent 7531 50365a496890
parent 7679 7311dc843718
child 7689 8d6f367bed8c
child 7923 1db51061342b
--- a/prosodyctl	Sat Sep 24 18:31:16 2016 +0200
+++ b/prosodyctl	Wed Sep 28 14:45:02 2016 +0200
@@ -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