diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2010-09-23 15:46:19 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2010-09-23 15:46:19 -0300 |
commit | dfb1de8faa236740e79d3d55c55c6535edda43cb (patch) | |
tree | cc8e1486c8403c0f9604e04140502c943b59e3a2 /src/bin | |
parent | be03328e54d4f233e2ce64f9b99f921264bd0eeb (diff) | |
parent | d051ad5a21b653dbc5845900b5c4e734d92073c1 (diff) | |
download | luarocks-dfb1de8faa236740e79d3d55c55c6535edda43cb.tar.gz luarocks-dfb1de8faa236740e79d3d55c55c6535edda43cb.tar.bz2 luarocks-dfb1de8faa236740e79d3d55c55c6535edda43cb.zip |
Merge branch 'master' of github.com:keplerproject/luarocks
Diffstat (limited to 'src/bin')
-rwxr-xr-x | src/bin/luarocks-admin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin index 6e528cd9..69814459 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin | |||
@@ -11,6 +11,7 @@ commands = { | |||
11 | commands.help = require("luarocks.help") | 11 | commands.help = require("luarocks.help") |
12 | commands.make_manifest = require("luarocks.make_manifest") | 12 | commands.make_manifest = require("luarocks.make_manifest") |
13 | commands.add = require("luarocks.add") | 13 | commands.add = require("luarocks.add") |
14 | commands.remove = require("luarocks.admin_remove") | ||
14 | commands.refresh_cache = require("luarocks.refresh_cache") | 15 | commands.refresh_cache = require("luarocks.refresh_cache") |
15 | 16 | ||
16 | command_line.run_command(...) | 17 | command_line.run_command(...) |