aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-12-01 15:01:41 -0200
committerHisham <hisham@gobolinux.org>2016-12-01 15:01:41 -0200
commit9f91ef03e03720783b3f129fc51bfd5bf7af97db (patch)
tree1e3e88bbd92306e13e5a158c9abed2ad8c4f97aa /src
parent604bbd6002276b4e540cf11eac79bcfc552444ff (diff)
downloadluarocks-9f91ef03e03720783b3f129fc51bfd5bf7af97db.tar.gz
luarocks-9f91ef03e03720783b3f129fc51bfd5bf7af97db.tar.bz2
luarocks-9f91ef03e03720783b3f129fc51bfd5bf7af97db.zip
Avoid breaking test in release branches.
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/help.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/help.lua b/src/luarocks/help.lua
index 871e97e9..ade46039 100644
--- a/src/luarocks/help.lua
+++ b/src/luarocks/help.lua
@@ -21,7 +21,7 @@ help.help = [[
21]] 21]]
22 22
23local function print_banner() 23local function print_banner()
24 util.printout("\nLuaRocks "..cfg.program_version..", a module deployment system for Lua") 24 util.printout("\nLuaRocks "..cfg.program_version..", the Lua package manager")
25end 25end
26 26
27local function print_section(section) 27local function print_section(section)