diff options
author | mpeterv <petjamelnik@yandex.ru> | 2014-03-20 21:40:47 +0400 |
---|---|---|
committer | mpeterv <petjamelnik@yandex.ru> | 2014-03-20 21:40:47 +0400 |
commit | a3ee3e91ae5147f15f521decfe4d9188afefc782 (patch) | |
tree | cc5df6ca8445f3a153c4276540e170fd95e19b83 /src/bin | |
parent | 3af05c7e5d7999500508c51a5d405e59c14363cc (diff) | |
download | luarocks-a3ee3e91ae5147f15f521decfe4d9188afefc782.tar.gz luarocks-a3ee3e91ae5147f15f521decfe4d9188afefc782.tar.bz2 luarocks-a3ee3e91ae5147f15f521decfe4d9188afefc782.zip |
Split luarocks.path module
Diffstat (limited to '')
-rwxr-xr-x | src/bin/luarocks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks index e9cfc349..9c190175 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks | |||
@@ -16,7 +16,7 @@ commands = { | |||
16 | remove = "luarocks.remove", | 16 | remove = "luarocks.remove", |
17 | make = "luarocks.make", | 17 | make = "luarocks.make", |
18 | download = "luarocks.download", | 18 | download = "luarocks.download", |
19 | path = "luarocks.path", | 19 | path = "luarocks.path_command", |
20 | show = "luarocks.show", | 20 | show = "luarocks.show", |
21 | new_version = "luarocks.new_version", | 21 | new_version = "luarocks.new_version", |
22 | lint = "luarocks.lint", | 22 | lint = "luarocks.lint", |