# HG changeset patch
# User Thomas Gstädtner <thomas@gstaedtner.net>
# Date 1454939330 -3600
# Node ID 81e54032d14d6544ab5bb681864d37e7acd24917
# Parent  fa6cd0e9105deb591834f5eae4d83cf3b8a38677
prosodyctl: fix CnP bug in deluser output

diff -r fa6cd0e9105d -r 81e54032d14d prosodyctl
--- 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