mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
prosodyctl: Fix copy/paste error in help text for deluser command
This commit is contained in:
parent
c200735dba
commit
9543307b58
1 changed files with 2 additions and 2 deletions
|
@ -361,8 +361,8 @@ function commands.deluser(arg)
|
||||||
end
|
end
|
||||||
local user, host = jid_split(arg[1]);
|
local user, host = jid_split(arg[1]);
|
||||||
if not user and host then
|
if not user and host then
|
||||||
show_message [[Failed to understand JID, please supply the JID you want to set the password for]]
|
show_message [[Failed to understand JID, please supply the JID to the user account you want to delete]]
|
||||||
show_usage [[passwd user@host]]
|
show_usage [[deluser user@host]]
|
||||||
return 1;
|
return 1;
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue