From 5466fca58fcf7c4b2e3fe77300be8700f83083ae Mon Sep 17 00:00:00 2001 From: mpeterv Date: Fri, 4 Dec 2015 00:18:12 +0300 Subject: [PATCH] Update help message --- hererocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hererocks.py b/hererocks.py index ebb5c25..6ae8c8a 100755 --- a/hererocks.py +++ b/hererocks.py @@ -498,7 +498,7 @@ def main(): parser.add_argument( "-l", "--lua", help="Version of standard PUC-Rio Lua to install. " "Version can be specified as a version number, e.g. 5.2 or 5.3.1. " - "Versions 5.1.0 - 5.3.1 are supported, " + "Versions 5.1.0 - 5.3.2 are supported, " "'^' can be used to install the latest stable version. " "If the argument contains '@', sources will be downloaded " "from a git repo using URI before '@' and using part after '@' as git reference "