From 898256d5c35bfd8f6b0e2c0f7924352d2936275e Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Wed, 13 Sep 2017 16:16:51 +0300 Subject: [PATCH] Update --help for PUC-Rio Lua repo changes --- hererocks.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hererocks.py b/hererocks.py index 54cee56..c5c538c 100755 --- a/hererocks.py +++ b/hererocks.py @@ -1857,9 +1857,10 @@ def main(argv=None): "If the argument contains '@', sources will be downloaded " "from a git repo using URI before '@' and using part after '@' as git reference " "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.") + "Default git repo is https://github.com/lua/lua. " + "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( "-j", "--luajit", help="Version of LuaJIT to install. " "Version can be specified in the same way as for standard Lua. "