summaryrefslogtreecommitdiff
path: root/src/options/arrays_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/arrays_options.toml')
-rw-r--r--src/options/arrays_options.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/arrays_options.toml b/src/options/arrays_options.toml
index c6021adb9..8c82a7fb5 100644
--- a/src/options/arrays_options.toml
+++ b/src/options/arrays_options.toml
@@ -53,7 +53,7 @@ header = "options/arrays_options.h"
[[option]]
name = "arraysConfig"
category = "regular"
- long = "arrays-config"
+ long = "arrays-config=N"
type = "int"
default = "0"
help = "set different array option configurations - for developers only"
@@ -69,7 +69,7 @@ header = "options/arrays_options.h"
[[option]]
name = "arraysPropagate"
category = "regular"
- long = "arrays-prop"
+ long = "arrays-prop=N"
type = "int"
default = "2"
help = "propagation effort for arrays: 0 is none, 1 is some, 2 is full"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback