diff options
author | Peter Melnichenko <mpeterval@gmail.com> | 2016-08-22 00:07:02 +0300 |
---|---|---|
committer | Peter Melnichenko <mpeterval@gmail.com> | 2016-08-22 00:07:02 +0300 |
commit | d73b0db51368d6b6e9d9b6d1980b666906a442ad (patch) | |
tree | ef61045df0a5996faa7158735da5fba6c6aac73a | |
parent | ecfdd47e1b627e916692affe6ea93ba0ac6d4ac8 (diff) | |
download | luarocks-d73b0db51368d6b6e9d9b6d1980b666906a442ad.tar.gz luarocks-d73b0db51368d6b6e9d9b6d1980b666906a442ad.tar.bz2 luarocks-d73b0db51368d6b6e9d9b6d1980b666906a442ad.zip |
Update install.bat help message
Diffstat (limited to '')
-rw-r--r-- | install.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bat b/install.bat index c95967a6..e28734dc 100644 --- a/install.bat +++ b/install.bat | |||
@@ -151,7 +151,7 @@ Configuring the destinations: | |||
151 | 151 | ||
152 | Configuring the Lua interpreter: | 152 | Configuring the Lua interpreter: |
153 | /LV [version] Lua version to use; either 5.1, 5.2, or 5.3. | 153 | /LV [version] Lua version to use; either 5.1, 5.2, or 5.3. |
154 | Default is 5.1 | 154 | Default is auto-detected. |
155 | /LUA [dir] Location where Lua is installed - e.g. c:\lua\5.1\ | 155 | /LUA [dir] Location where Lua is installed - e.g. c:\lua\5.1\ |
156 | If not provided, the installer will search the system | 156 | If not provided, the installer will search the system |
157 | path and some default locations for a valid Lua | 157 | path and some default locations for a valid Lua |