summaryrefslogtreecommitdiff
path: root/src/main/getopt.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-05-03 22:05:44 +0000
committerMorgan Deters <mdeters@gmail.com>2010-05-03 22:05:44 +0000
commit2c978719ce07be5f6494934363809a36de6ab24a (patch)
tree3ba841dc25e8ddca112880bc5180d5cf7cddedd2 /src/main/getopt.cpp
parent0a408cf7648b9b57f9b84ea1e7efa486eb0c2ceb (diff)
main driver supports .smt2 input, added an smt2 regression (currently broken, so it doesn't run with "make check")
Diffstat (limited to 'src/main/getopt.cpp')
-rw-r--r--src/main/getopt.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/getopt.cpp b/src/main/getopt.cpp
index 2ad34597e..a09da850d 100644
--- a/src/main/getopt.cpp
+++ b/src/main/getopt.cpp
@@ -41,9 +41,10 @@ namespace main {
static const char lang_help[] = "\
Languages currently supported as arguments to the -L / --lang option:\n\
- auto attempt to automatically determine the input language\n\
- pl | cvc4 CVC4 presentation language\n\
- smt | smtlib SMT-LIB format\n\
+ auto attempt to automatically determine the input language\n\
+ pl | cvc4 CVC4 presentation language\n\
+ smt | smtlib SMT-LIB format 1.2\n\
+ smt2 | smtlib2 SMT-LIB format 2.0\n\
";
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback