summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2020-07-14 00:53:39 -0300
committerGitHub <noreply@github.com>2020-07-13 20:53:39 -0700
commitc313f4d0863eec16618488649e706ff89439449f (patch)
tree622aead77aa6ea41f9da49836ef60186f53d5069 /src/options
parent78c0daa482b35b95c90dd058ee4dd8a981e1337f (diff)
Fix options messages that were inverted (#4734)
Diffstat (limited to 'src/options')
-rw-r--r--src/options/expr_options.toml2
-rw-r--r--src/options/parser_options.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/options/expr_options.toml b/src/options/expr_options.toml
index c26622fef..5f70aee43 100644
--- a/src/options/expr_options.toml
+++ b/src/options/expr_options.toml
@@ -42,4 +42,4 @@ header = "options/expr_options.h"
type = "bool"
default = "DO_SEMANTIC_CHECKS_BY_DEFAULT"
read_only = true
- help = "never type check expressions"
+ help = "type check expressions"
diff --git a/src/options/parser_options.toml b/src/options/parser_options.toml
index 72c7b51a0..afec2ce48 100644
--- a/src/options/parser_options.toml
+++ b/src/options/parser_options.toml
@@ -25,7 +25,7 @@ header = "options/parser_options.h"
type = "bool"
default = "DO_SEMANTIC_CHECKS_BY_DEFAULT"
read_only = true
- help = "disable ALL semantic checks, including type checks"
+ help = "enable semantic checks, including type checks"
[[option]]
name = "globalDeclarations"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback