# HG changeset patch # User Matthew Wild # Date 1475010073 -3600 # Node ID 7311dc84371870d20e6ec1d86fd2e9ea2b226bd1 # Parent decb657bc0a07c86f36f767047f919846d166ffb prosodyctl: Fix copy/paste error in help text for deluser command diff -r decb657bc0a0 -r 7311dc843718 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