From be78aeae4c429d7d68af3a3e1b0cf8e52fcff160 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 20 Aug 2019 13:42:26 -0300 Subject: Default for warnings changed to "off" Warnings are mostly a tool to help developers (e.g., by showing hidden error messages); regular users usually don't need to see them. --- manual/manual.of | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/manual.of') diff --git a/manual/manual.of b/manual/manual.of index a3990d33..292d1e51 100644 --- a/manual/manual.of +++ b/manual/manual.of @@ -8735,7 +8735,7 @@ The options are: @item{@T{-i}| enters interactive mode after running @rep{script};} @item{@T{-v}| prints version information;} @item{@T{-E}| ignores environment variables;} -@item{@T{-q}| turn warnings off;} +@item{@T{-W}| turn warnings on;} @item{@T{--}| stops handling options;} @item{@T{-}| executes @id{stdin} as a file and stops handling options.} } @@ -8761,7 +8761,7 @@ setting the values of @Lid{package.path} and @Lid{package.cpath} with the default paths defined in @id{luaconf.h}. -The options @T{-e}, @T{-l}, and @T{-q} are handled in +The options @T{-e}, @T{-l}, and @T{-W} are handled in the order they appear. For instance, an invocation like @verbatim{ -- cgit v1.2.3-55-g6feb