diff options
Diffstat (limited to 'src/bin/luarocks-admin')
-rwxr-xr-x | src/bin/luarocks-admin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin index ddbe0f48..db746bea 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin | |||
@@ -9,7 +9,6 @@ local cmd = require("luarocks.cmd") | |||
9 | local description = "LuaRocks repository administration interface" | 9 | local description = "LuaRocks repository administration interface" |
10 | 10 | ||
11 | local commands = { | 11 | local commands = { |
12 | help = "luarocks.cmd.help", | ||
13 | make_manifest = "luarocks.admin.cmd.make_manifest", | 12 | make_manifest = "luarocks.admin.cmd.make_manifest", |
14 | add = "luarocks.admin.cmd.add", | 13 | add = "luarocks.admin.cmd.add", |
15 | remove = "luarocks.admin.cmd.remove", | 14 | remove = "luarocks.admin.cmd.remove", |