From b2a9fa913cea947142e9ae8e722a193b49e913c1 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 20 Sep 2013 22:47:37 -0300 Subject: Inform Lua version in use in help screen --- src/luarocks/help.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/luarocks/help.lua b/src/luarocks/help.lua index 2944dfd8..d9be46fc 100644 --- a/src/luarocks/help.lua +++ b/src/luarocks/help.lua @@ -80,6 +80,7 @@ function run(...) util.printout("\t", command.help_summary) end print_section("CONFIGURATION") + util.printout("\tLua version: " .. cfg.lua_version) util.printout("\tSystem configuration file: ".. sys_file .. " (" .. get_status(sys_ok) ..")") if home_file then util.printout("\tUser configuration file: ".. home_file .. " (" .. get_status(home_ok) ..")\n") -- cgit v1.2.3-55-g6feb