diff options
Diffstat (limited to 'builtin/common/chatcommands.lua')
-rw-r--r-- | builtin/common/chatcommands.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/common/chatcommands.lua b/builtin/common/chatcommands.lua index 709c3d00a..bf989db7d 100644 --- a/builtin/common/chatcommands.lua +++ b/builtin/common/chatcommands.lua @@ -68,7 +68,7 @@ if INIT == "client" then end end end - return false, "Invalid usage. (See /help " .. command .. ")" + return false, "Invalid usage. (See .help " .. command .. ")" end core.register_chatcommand(command, def) end |