diff options
Diffstat (limited to 'package/lua')
-rw-r--r-- | package/lua/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lua/Config.in b/package/lua/Config.in index 4166730269..8c05d081e4 100644 --- a/package/lua/Config.in +++ b/package/lua/Config.in @@ -21,13 +21,13 @@ config BR2_PACKAGE_LUA_INTERPRETER_READLINE select BR2_PACKAGE_READLINE select BR2_PACKAGE_NCURSES help - Enables command-line editing in the lua interpreter. + Enables command-line editing in the Lua interpreter. config BR2_PACKAGE_LUA_INTERPRETER_LINENOISE bool "linenoise support" select BR2_PACKAGE_LINENOISE help - Enables command-line editing in the lua interpreter. + Enables command-line editing in the Lua interpreter. endchoice |