diff options
-rw-r--r-- | src/luarocks/help.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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(...) | |||
80 | util.printout("\t", command.help_summary) | 80 | util.printout("\t", command.help_summary) |
81 | end | 81 | end |
82 | print_section("CONFIGURATION") | 82 | print_section("CONFIGURATION") |
83 | util.printout("\tLua version: " .. cfg.lua_version) | ||
83 | util.printout("\tSystem configuration file: ".. sys_file .. " (" .. get_status(sys_ok) ..")") | 84 | util.printout("\tSystem configuration file: ".. sys_file .. " (" .. get_status(sys_ok) ..")") |
84 | if home_file then | 85 | if home_file then |
85 | util.printout("\tUser configuration file: ".. home_file .. " (" .. get_status(home_ok) ..")\n") | 86 | util.printout("\tUser configuration file: ".. home_file .. " (" .. get_status(home_ok) ..")\n") |