From f7336df0c8ace6c0d73fefc2d2e54966599ee40b Mon Sep 17 00:00:00 2001 From: Haniel Barbosa Date: Fri, 22 Mar 2019 01:11:06 -0500 Subject: fix help information on TPTP parsing (#2884) --- src/options/options_template.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options/options_template.cpp b/src/options/options_template.cpp index 9650aba7a..9dd1a4a0d 100644 --- a/src/options/options_template.cpp +++ b/src/options/options_template.cpp @@ -446,7 +446,7 @@ Languages currently supported as arguments to the -L / --lang option:\n\ smt2.5 | smtlib2.5 SMT-LIB format 2.5\n\ smt2.6 | smtlib2.6 SMT-LIB format 2.6\n\ smt2.6.1 | smtlib2.6.1 SMT-LIB format 2.6 with support for the strings standard\n\ - tptp TPTP format (cnf and fof)\n\ + tptp TPTP format (cnf, fof and tff)\n\ sygus SyGuS format\n\ \n\ Languages currently supported as arguments to the --output-lang option:\n\ -- cgit v1.2.3