Software /
code /
prosody
Changeset
5159:0638ff1e1a5a
mod_admin_telnet: Fix copypaste error in user section of help
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Sep 2012 11:59:37 +0200 |
parents | 5158:c363e7e77f79 |
children | 5160:da7fe5de82fb 5161:3275a9705ef3 |
files | plugins/mod_admin_telnet.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_admin_telnet.lua Fri Sep 21 17:26:54 2012 +0200 +++ b/plugins/mod_admin_telnet.lua Fri Sep 28 11:59:37 2012 +0200 @@ -228,7 +228,7 @@ print [[user:create(jid, password) - Create the specified user account]] print [[user:password(jid, password) - Set the password for the specified user account]] print [[user:delete(jid) - Permanently remove the specified user account]] - print [[host:list(hostname) - List users on the specified host]] + print [[user:list(hostname) - List users on the specified host]] elseif section == "server" then print [[server:version() - Show the server's version number]] print [[server:uptime() - Show how long the server has been running]]