aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2021-02-06 00:10:23 +1100
committerdaurnimator <quae@daurnimator.com>2021-02-06 00:10:23 +1100
commit9c714a1c16212db8c71b7043f66e89533138b356 (patch)
tree3e17d91916c64dd540535d084a0658164f41a7e9
parent007078e85fbf0d9d2e6d4d0390d622654e42ee49 (diff)
downloadluarocks-9c714a1c16212db8c71b7043f66e89533138b356.tar.gz
luarocks-9c714a1c16212db8c71b7043f66e89533138b356.tar.bz2
luarocks-9c714a1c16212db8c71b7043f66e89533138b356.zip
config: fix typo in usage text
-rw-r--r--src/luarocks/cmd/config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cmd/config.lua b/src/luarocks/cmd/config.lua
index 2573876d..ab1b9da7 100644
--- a/src/luarocks/cmd/config.lua
+++ b/src/luarocks/cmd/config.lua
@@ -29,7 +29,7 @@ Query information about the LuaRocks configuration.
29 * `lua_dir` is a special key as it checks for a valid Lua installation 29 * `lua_dir` is a special key as it checks for a valid Lua installation
30 (equivalent to --lua-dir) and sets several keys at once. 30 (equivalent to --lua-dir) and sets several keys at once.
31 * `lua_version` is a special key as it changes the default Lua version 31 * `lua_version` is a special key as it changes the default Lua version
32 used by LuaRocks commands (eqivalent to passing --lua-version). 32 used by LuaRocks commands (equivalent to passing --lua-version).
33 33
34 Examples: 34 Examples:
35 luarocks config variables.OPENSSL_DIR /usr/local/openssl 35 luarocks config variables.OPENSSL_DIR /usr/local/openssl