summaryrefslogtreecommitdiff
path: root/src/main/usage.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-06-29 22:42:40 +0000
committerMorgan Deters <mdeters@gmail.com>2010-06-29 22:42:40 +0000
commit4206a75e7a1635d04bb69084404a75670e164b62 (patch)
tree2aeafc38957feec648c30f556eee1792935304ef /src/main/usage.h
parentb1200db566d19132a3f0861eeef35f3c0aaa0a08 (diff)
add --default-expr-depth=N command line parameter, expose setdepth() to public interface
Diffstat (limited to 'src/main/usage.h')
-rw-r--r--src/main/usage.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/usage.h b/src/main/usage.h
index 4da37749b..982dd240e 100644
--- a/src/main/usage.h
+++ b/src/main/usage.h
@@ -47,7 +47,9 @@ CVC4 options:\n\
--quiet | -q decrease verbosity (repeatable)\n\
--trace | -t tracing for something (e.g. --trace pushpop)\n\
--debug | -d debugging for something (e.g. --debug arith), implies -t\n\
- --stats give statistics on exit\n"
+ --stats give statistics on exit\n\
+ --strict-parsing FIXME\n\
+ --default-expr-depth=N print exprs to depth N (0 == default, -1 == no limit)\n"
#endif
;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback