# HG changeset patch # User Kim Alvefur # Date 1348826377 -7200 # Node ID 0638ff1e1a5ae938794b3930733a506d9414fbc4 # Parent c363e7e77f79f85e4bd3c7fae19c275e2e6c314e mod_admin_telnet: Fix copypaste error in user section of help diff -r c363e7e77f79 -r 0638ff1e1a5a plugins/mod_admin_telnet.lua --- 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]]