aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/cmd/help.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cmd/help.lua b/src/luarocks/cmd/help.lua
index d27c3a50..f304a1d4 100644
--- a/src/luarocks/cmd/help.lua
+++ b/src/luarocks/cmd/help.lua
@@ -20,7 +20,7 @@ help.help = [[
20]] 20]]
21 21
22local function print_banner() 22local function print_banner()
23 util.printout("\nLuaRocks "..cfg.program_version..", a module deployment system for Lua") 23 util.printout("\nLuaRocks "..cfg.program_version..", the Lua package manager")
24end 24end
25 25
26local function print_section(section) 26local function print_section(section)