prosodyctl: Fix copy/paste error in help text for deluser command

This commit is contained in:
Matthew Wild 2016-09-27 22:01:13 +01:00
parent c200735dba
commit 9543307b58

View file

@ -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