mod_admin_telnet: Fix copypaste error in user section of help
authorKim Alvefur <zash@zash.se>
Fri, 28 Sep 2012 11:59:37 +0200
changeset 5159 0638ff1e1a5a
parent 5158 c363e7e77f79
child 5160 da7fe5de82fb
child 5161 3275a9705ef3
mod_admin_telnet: Fix copypaste error in user section of help
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]]