Update --help for PUC-Rio Lua repo changes

This commit is contained in:
Peter Melnichenko 2017-09-13 16:16:51 +03:00
parent 0e3fc45758
commit 898256d5c3

View File

@ -1857,9 +1857,10 @@ def main(argv=None):
"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 " "Default git repo is https://github.com/lua/lua. "
"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.") "When installing PUC-Rio Lua from a git repo or a local directory, "
"source files are expected to be in the root directory instead of 'src'. ")
parser.add_argument( parser.add_argument(
"-j", "--luajit", help="Version of LuaJIT to install. " "-j", "--luajit", help="Version of LuaJIT to install. "
"Version can be specified in the same way as for standard Lua. " "Version can be specified in the same way as for standard Lua. "