diff options
author | Kim Alvefur <zash@zash.se> | 2016-09-28 14:45:02 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-09-28 14:45:02 +0200 |
commit | 6b655890722c2c0e501a409c633343d5eb6429d9 (patch) | |
tree | 55ddb0dd0e5662805f2f159a7cb045c5664b5b73 /prosodyctl | |
parent | 2a51502adf91639882d526ea307838d892462562 (diff) | |
parent | ec7e00c3e5da703a003e57f23e5e1886b60b2164 (diff) | |
download | prosody-6b655890722c2c0e501a409c633343d5eb6429d9.tar.gz prosody-6b655890722c2c0e501a409c633343d5eb6429d9.zip |
Merge 0.9->0.10
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |