summaryrefslogtreecommitdiff
path: root/src/options/main_options
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/main_options')
-rw-r--r--src/options/main_options4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/main_options b/src/options/main_options
index 7ec4fedb3..0fa799df2 100644
--- a/src/options/main_options
+++ b/src/options/main_options
@@ -54,8 +54,8 @@ option segvSpin --segv-spin bool :default false
spin on segfault/other crash waiting for gdb
undocumented-alias --segv-nospin = --no-segv-spin
-expert-option tearDownIncremental : --tear-down-incremental int :default 0
- implement PUSH/POP/multi-query by destroying and recreating SmtEngine
+expert-option tearDownIncremental : --tear-down-incremental=N int :default 0
+ implement PUSH/POP/multi-query by destroying and recreating SmtEngine every N queries
expert-option waitToJoin --wait-to-join bool :default true
wait for other threads to join before quitting
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback