Update CLI help
This commit is contained in:
parent
3fe7d9d3de
commit
5ffbf7ba06
@ -494,6 +494,8 @@ def main():
|
|||||||
"If the argument contains '@', sources will be downloaded "
|
"If the argument contains '@', sources will be downloaded "
|
||||||
"from a git repo using URI before '@' and using part after '@' as git reference "
|
"from a git repo using URI before '@' and using part after '@' as git reference "
|
||||||
"to checkout, 'master' by default. "
|
"to checkout, 'master' by default. "
|
||||||
|
"Default git repo is https://github.com/lua/lua which contains tags for most "
|
||||||
|
"unstable versions, i.e. Lua 5.3.2-rc1 can be installed using '@5.3.2-rc1' as version. "
|
||||||
"The argument can also be a path to local directory.")
|
"The argument can also be a path to local directory.")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-j", "--luajit", help="Version of LuaJIT to install. "
|
"-j", "--luajit", help="Version of LuaJIT to install. "
|
||||||
@ -503,7 +505,7 @@ def main():
|
|||||||
"so that '@458a40b' installs from a commit and '@' installs from the master branch.")
|
"so that '@458a40b' installs from a commit and '@' installs from the master branch.")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-r", "--luarocks", help="Version of LuaRocks to install. "
|
"-r", "--luarocks", help="Version of LuaRocks to install. "
|
||||||
"As with Lua, a version number (in range 2.1.0 - 2.2.2), git URI with reference or "
|
"As with Lua, a version number (in range 2.1.0 - 2.2.2), '^', git URI with reference or "
|
||||||
"a local path can be used. '3' can be used as a version number and installs from "
|
"a local path can be used. '3' can be used as a version number and installs from "
|
||||||
"the 'luarocks-3' branch of the standard LuaRocks git repo. "
|
"the 'luarocks-3' branch of the standard LuaRocks git repo. "
|
||||||
"Note that LuaRocks 2.1.x does not support Lua 5.3.")
|
"Note that LuaRocks 2.1.x does not support Lua 5.3.")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user