prosodyctl: Fix copy/paste error in help text for deluser command
authorMatthew Wild <mwild1@gmail.com>
Tue, 27 Sep 2016 22:01:13 +0100
changeset 7679 7311dc843718
parent 7678 decb657bc0a0
child 7680 8613086779fa
prosodyctl: Fix copy/paste error in help text for deluser command
prosodyctl
--- 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