diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2018-03-23 10:27:51 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-03-23 10:27:51 -0300 |
| commit | 395e53545ba7ad4018467cdf318da2a13cb17441 (patch) | |
| tree | 7c13188155392aea119a5b723168f8025820bbfe /src | |
| parent | 86c7e28a811a95d542c9453c363574d17d648dc5 (diff) | |
| download | luarocks-395e53545ba7ad4018467cdf318da2a13cb17441.tar.gz luarocks-395e53545ba7ad4018467cdf318da2a13cb17441.tar.bz2 luarocks-395e53545ba7ad4018467cdf318da2a13cb17441.zip | |
Nicer title message for `luarocks list`
Diffstat (limited to 'src')
| -rw-r--r-- | src/luarocks/cmd/list.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cmd/list.lua b/src/luarocks/cmd/list.lua index 9dff22ac..ed94bc68 100644 --- a/src/luarocks/cmd/list.lua +++ b/src/luarocks/cmd/list.lua | |||
| @@ -87,7 +87,7 @@ function list.command(flags, filter, version) | |||
| 87 | util.warning(err) | 87 | util.warning(err) |
| 88 | end | 88 | end |
| 89 | end | 89 | end |
| 90 | util.title("Installed rocks:", flags["porcelain"]) | 90 | util.title("Installed rocks for Lua "..cfg.lua_version..":", flags["porcelain"]) |
| 91 | search.print_results(results, flags["porcelain"]) | 91 | search.print_results(results, flags["porcelain"]) |
| 92 | return true | 92 | return true |
| 93 | end | 93 | end |
