summaryrefslogtreecommitdiff
path: root/src/options/parser_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/parser_options.toml')
-rw-r--r--src/options/parser_options.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/options/parser_options.toml b/src/options/parser_options.toml
index 6fc683368..5552a677d 100644
--- a/src/options/parser_options.toml
+++ b/src/options/parser_options.toml
@@ -45,10 +45,11 @@ name = "Parser"
# overwrite an existing file with malicious content.
[[option]]
name = "filesystemAccess"
- category = "undocumented"
+ category = "expert"
long = "filesystem-access"
type = "bool"
default = "true"
+ help = "limits the file system access if set to false"
[[option]]
name = "forceLogicString"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback