diff options
author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-11 04:50:20 +0000 |
---|---|---|
committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-11 04:50:20 +0000 |
commit | 6763bff3d94462167aaca8c90003255707773bcc (patch) | |
tree | 8222691e0a222d8aa11e6f779fa66862f7e4363a /src/bin | |
parent | 6faa5af7e8711a0cd3d963d47e59e1b078501411 (diff) | |
download | luarocks-6763bff3d94462167aaca8c90003255707773bcc.tar.gz luarocks-6763bff3d94462167aaca8c90003255707773bcc.tar.bz2 luarocks-6763bff3d94462167aaca8c90003255707773bcc.zip |
Fix help.
git-svn-id: http://luarocks.org/svn/luarocks/trunk@79 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
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 c35e8b93..6e528cd9 100755 --- a/src/bin/luarocks-admin +++ b/src/bin/luarocks-admin | |||
@@ -11,5 +11,6 @@ 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.refresh_cache = require("luarocks.refresh_cache") | ||
14 | 15 | ||
15 | command_line.run_command(...) | 16 | command_line.run_command(...) |