aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2012-09-28 11:59:37 +0200
committerKim Alvefur <zash@zash.se>2012-09-28 11:59:37 +0200
commit3b0a7cf1abec40afc5bbb208578f7115c0437c37 (patch)
treee38cb97ac0c650ba81c8cc04ab37819ff82ce49c /plugins
parent9dcdb35e5ffb139edb17e049c72715f3eab76c42 (diff)
downloadprosody-3b0a7cf1abec40afc5bbb208578f7115c0437c37.tar.gz
prosody-3b0a7cf1abec40afc5bbb208578f7115c0437c37.zip
mod_admin_telnet: Fix copypaste error in user section of help
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_admin_telnet.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_admin_telnet.lua b/plugins/mod_admin_telnet.lua
index 3fb56c58..9d3186d6 100644
--- a/plugins/mod_admin_telnet.lua
+++ b/plugins/mod_admin_telnet.lua
@@ -228,7 +228,7 @@ function commands.help(session, data)
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]]