aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorThomas Gstädtner <thomas@gstaedtner.net>2016-02-08 14:48:50 +0100
committerThomas Gstädtner <thomas@gstaedtner.net>2016-02-08 14:48:50 +0100
commit65f42319fe354486f7b9191ad6e8c6e9e1b2f5d2 (patch)
tree09a390f22061b916194fa254d1bb88b492ac25f4 /prosodyctl
parente807440f367e57213228c150ddabf5d21fc0a795 (diff)
downloadprosody-65f42319fe354486f7b9191ad6e8c6e9e1b2f5d2.tar.gz
prosody-65f42319fe354486f7b9191ad6e8c6e9e1b2f5d2.zip
prosodyctl: fix CnP bug in deluser output
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/prosodyctl b/prosodyctl
index 1a487fb5..c54af270 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -364,8 +364,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