about summary refs log tree commit diff homepage
path: root/lib/Core
diff options
context:
space:
mode:
authorCristian Cadar <cristic@cs.stanford.edu>2012-07-26 11:00:41 +0000
committerCristian Cadar <cristic@cs.stanford.edu>2012-07-26 11:00:41 +0000
commit15e2d7130a050719957e607f657367da9177b19c (patch)
treeafffd5c788f2849ec331673d2adeffebe2e04b13 /lib/Core
parent5763ef54419e48250b89ff276e16e7ddc99ff516 (diff)
downloadklee-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.cpp2
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",