aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-10-11 04:50:20 +0000
committerhisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-10-11 04:50:20 +0000
commit6763bff3d94462167aaca8c90003255707773bcc (patch)
tree8222691e0a222d8aa11e6f779fa66862f7e4363a /src/bin
parent6faa5af7e8711a0cd3d963d47e59e1b078501411 (diff)
downloadluarocks-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-xsrc/bin/luarocks-admin1
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 = {
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.refresh_cache = require("luarocks.refresh_cache")
14 15
15command_line.run_command(...) 16command_line.run_command(...)