From dbf1b6fb38938dc829441579860f0c9155be75f9 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Sun, 29 Sep 2019 21:32:30 -0500 Subject: [PATCH] Add help for sygus 2.0 (#3318) --- 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 bfe4347d9..9e18dcb51 100644 --- a/src/options/options_template.cpp +++ b/src/options/options_template.cpp @@ -438,7 +438,7 @@ Languages currently supported as arguments to the -L / --lang option:\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, fof and tff)\n\ - sygus SyGuS format\n\ + sygus | sygus2 SyGuS version 1.0 and 2.0 formats\n\ \n\ Languages currently supported as arguments to the --output-lang option:\n\ auto match output language to input language\n\ -- 2.30.2