diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2013-07-18 17:32:56 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2013-07-18 17:32:56 +0000 |
commit | 801d4ac34f324a7e47a99e043ff673d84c9e0ad1 (patch) | |
tree | ce33633e19a004333d7aaabb0173c26f6bfeb70f /lib/Basic | |
parent | 893b6bbd36fe7b4befb4f754f79d78aa84406e10 (diff) | |
download | klee-801d4ac34f324a7e47a99e043ff673d84c9e0ad1.tar.gz |
Patch by Stephan Falke fixing an incorrect message.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@186589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic')
-rw-r--r-- | lib/Basic/CmdLineOptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Basic/CmdLineOptions.cpp b/lib/Basic/CmdLineOptions.cpp index bc4c0023..6fe20b7e 100644 --- a/lib/Basic/CmdLineOptions.cpp +++ b/lib/Basic/CmdLineOptions.cpp @@ -56,7 +56,7 @@ llvm::cl::list<QueryLoggingSolverType> queryLoggingOptions( clEnumValN(ALL_PC,"all:pc","All queries in .pc (KQuery) format"), clEnumValN(ALL_SMTLIB,"all:smt2","All queries in .smt2 (SMT-LIBv2) format"), clEnumValN(SOLVER_PC,"solver:pc","All queries reaching the solver in .pc (KQuery) format"), - clEnumValN(SOLVER_SMTLIB,"solver:smt2","All queries reaching the solver in .pc (SMT-LIBv2) format"), + clEnumValN(SOLVER_SMTLIB,"solver:smt2","All queries reaching the solver in .smt2 (SMT-LIBv2) format"), clEnumValEnd ), llvm::cl::CommaSeparated |