aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2010-09-23 01:42:50 -0300
committerHisham Muhammad <hisham@gobolinux.org>2010-09-23 01:42:50 -0300
commitd051ad5a21b653dbc5845900b5c4e734d92073c1 (patch)
tree289534f6c9cd702791a3bdaa66763bfc0c38df80 /src/bin
parenta59bb05fa5c17d9f2b1f94c4fb7c10985675108d (diff)
downloadluarocks-d051ad5a21b653dbc5845900b5c4e734d92073c1.tar.gz
luarocks-d051ad5a21b653dbc5845900b5c4e734d92073c1.tar.bz2
luarocks-d051ad5a21b653dbc5845900b5c4e734d92073c1.zip
Enable luarocks-admin remove
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/luarocks-admin1
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 = {
11commands.help = require("luarocks.help") 11commands.help = require("luarocks.help")
12commands.make_manifest = require("luarocks.make_manifest") 12commands.make_manifest = require("luarocks.make_manifest")
13commands.add = require("luarocks.add") 13commands.add = require("luarocks.add")
14commands.remove = require("luarocks.admin_remove")
14commands.refresh_cache = require("luarocks.refresh_cache") 15commands.refresh_cache = require("luarocks.refresh_cache")
15 16
16command_line.run_command(...) 17command_line.run_command(...)