aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJacekJaszczuk <218320@student.pwr.edu.pl>2019-03-13 19:52:20 +0100
committerHisham Muhammad <hisham@gobolinux.org>2019-03-14 19:19:39 -0300
commitf724ec6aae14fba9ab9cfa1087ad0db246f66f5e (patch)
treee55b4d0bf0af0e0b6afe5ba122cc95d2d2d8e60b /src
parent788f1fa34e8d65c35ba0211a28c6ca6e9f682bd1 (diff)
downloadluarocks-f724ec6aae14fba9ab9cfa1087ad0db246f66f5e.tar.gz
luarocks-f724ec6aae14fba9ab9cfa1087ad0db246f66f5e.tar.bz2
luarocks-f724ec6aae14fba9ab9cfa1087ad0db246f66f5e.zip
Add info about lua-version option in help
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/cmd/help.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/cmd/help.lua b/src/luarocks/cmd/help.lua
index adcb9881..556929c5 100644
--- a/src/luarocks/cmd/help.lua
+++ b/src/luarocks/cmd/help.lua
@@ -64,6 +64,7 @@ function help.command(description, commands, command)
64 --only-sources=<url> Restrict downloads to paths matching the 64 --only-sources=<url> Restrict downloads to paths matching the
65 given URL. 65 given URL.
66 --lua-dir=<prefix> Which Lua installation to use. 66 --lua-dir=<prefix> Which Lua installation to use.
67 --lua-version=<ver> Which Lua version to use.
67 --tree=<tree> Which tree to operate on. 68 --tree=<tree> Which tree to operate on.
68 --local Use the tree in the user's home directory. 69 --local Use the tree in the user's home directory.
69 To enable it, see ']]..program..[[ help path'. 70 To enable it, see ']]..program..[[ help path'.