From 19c7bbd53c1ef649bb5d0f0ba8ac7d583a72f18f Mon Sep 17 00:00:00 2001 From: Hisham Date: Thu, 1 Dec 2016 15:01:41 -0200 Subject: Avoid breaking test in release branches. --- src/luarocks/cmd/help.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 = [[ ]] local function print_banner() - util.printout("\nLuaRocks "..cfg.program_version..", a module deployment system for Lua") + util.printout("\nLuaRocks "..cfg.program_version..", the Lua package manager") end local function print_section(section) -- cgit v1.2.3-55-g6feb