aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2016-09-27 22:01:13 +0100
committerMatthew Wild <mwild1@gmail.com>2016-09-27 22:01:13 +0100
commitf31d22f6557453c12e50a9035216dcc7649dc4e0 (patch)
tree3eee284338e0f6f1efb324d967087073e654b1a5 /prosodyctl
parentfddeb82de7a83da70962fa2b419da15cf16c61ed (diff)
downloadprosody-f31d22f6557453c12e50a9035216dcc7649dc4e0.tar.gz
prosody-f31d22f6557453c12e50a9035216dcc7649dc4e0.zip
prosodyctl: Fix copy/paste error in help text for deluser command
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl4
1 files changed, 2 insertions, 2 deletions
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