diff options
author | Hisham <hisham@gobolinux.org> | 2016-12-01 15:01:41 -0200 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-12-01 15:02:34 -0200 |
commit | 19c7bbd53c1ef649bb5d0f0ba8ac7d583a72f18f (patch) | |
tree | f3bc609d599b8c8d9a3de6094df2e7f8aa9bdedd /src | |
parent | 922d6aaf9f99fb32c8b20c34a859548f73ff3391 (diff) | |
download | luarocks-19c7bbd53c1ef649bb5d0f0ba8ac7d583a72f18f.tar.gz luarocks-19c7bbd53c1ef649bb5d0f0ba8ac7d583a72f18f.tar.bz2 luarocks-19c7bbd53c1ef649bb5d0f0ba8ac7d583a72f18f.zip |
Avoid breaking test in release branches.
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/cmd/help.lua | 2 |
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 | ||
22 | local function print_banner() | 22 | local 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") |
24 | end | 24 | end |
25 | 25 | ||
26 | local function print_section(section) | 26 | local function print_section(section) |