# HG changeset patch # User Matthew Wild # Date 1454968204 0 # Node ID a461946fe8651baf2226e42b88aeaef3ac6aee0c # Parent 81e54032d14d6544ab5bb681864d37e7acd24917# Parent c793f9d13a36aa615bed64fcaea05ef66e9966c5 Merge diff -r c793f9d13a36 -r a461946fe865 prosodyctl --- a/prosodyctl Fri Feb 05 16:31:34 2016 +0100 +++ b/prosodyctl Mon Feb 08 21:50:04 2016 +0000 @@ -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