Diff

prosodyctl @ 7679:589e27b47d56

Merge 0.9->0.10
author Kim Alvefur <zash@zash.se>
date Wed, 28 Sep 2016 14:45:02 +0200
parent 7528:50365a496890
parent 7676:7311dc843718
child 7686:8d6f367bed8c
child 7920:1db51061342b
line wrap: on
line diff
--- 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