diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2012-07-26 11:00:41 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2012-07-26 11:00:41 +0000 |
commit | 15e2d7130a050719957e607f657367da9177b19c (patch) | |
tree | afffd5c788f2849ec331673d2adeffebe2e04b13 /lib/Core | |
parent | 5763ef54419e48250b89ff276e16e7ddc99ff516 (diff) | |
download | klee-15e2d7130a050719957e607f657367da9177b19c.tar.gz |
Forgot a cl::desc in the previous patch...
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@160781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Core')
-rw-r--r-- | lib/Core/Executor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index d61cb5dd..c357a751 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -87,7 +87,7 @@ namespace { cl::opt<bool> DumpStatesOnHalt("dump-states-on-halt", cl::init(true), - "Dump test cases for all active states on exit (default=on)"); + cl::desc("Dump test cases for all active states on exit (default=on)")); cl::opt<bool> NoPreferCex("no-prefer-cex", |