From 9543307b5833717a6937773e09e655bea3d12272 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 27 Sep 2016 22:01:13 +0100 Subject: prosodyctl: Fix copy/paste error in help text for deluser command --- prosodyctl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'prosodyctl') diff --git a/prosodyctl b/prosodyctl index 4c3ae981..e736b13e 100755 --- a/prosodyctl +++ b/prosodyctl @@ -361,8 +361,8 @@ function commands.deluser(arg) 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 -- cgit v1.2.3