diff options
author | daurnimator <quae@daurnimator.com> | 2019-08-24 12:15:34 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2019-08-24 12:15:34 +1000 |
commit | cffcc251be58914c49a1acbdaf5c38e42f93976c (patch) | |
tree | dffd799f90d06016e1b43cbd6f96c385e1ef0a64 /src/bin | |
parent | 8a957d68133a8af6650c4f8349646fa9420258f3 (diff) | |
parent | 8e602d751e79c97eb664682b5b2441495d9ad974 (diff) | |
download | luarocks-cffcc251be58914c49a1acbdaf5c38e42f93976c.tar.gz luarocks-cffcc251be58914c49a1acbdaf5c38e42f93976c.tar.bz2 luarocks-cffcc251be58914c49a1acbdaf5c38e42f93976c.zip |
Merge PR #1035
Diffstat (limited to 'src/bin')
-rwxr-xr-x | src/bin/luarocks | 1 | ||||
-rwxr-xr-x | src/bin/luarocks-admin | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks index d982530c..56caaa60 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -9,7 +9,6 @@ local cmd = require("luarocks.cmd") | |||
9 | local description = "LuaRocks main command-line interface" | 9 | local description = "LuaRocks main command-line interface" |
10 | 10 | ||
11 | local commands = { | 11 | local commands = { |
12 | help = "luarocks.cmd.help", | ||
13 | init = "luarocks.cmd.init", | 12 | init = "luarocks.cmd.init", |
14 | pack = "luarocks.cmd.pack", | 13 | pack = "luarocks.cmd.pack", |
15 | unpack = "luarocks.cmd.unpack", | 14 | unpack = "luarocks.cmd.unpack", |
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin index 71e17b55..4a85e45b 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", |