From 15e2d7130a050719957e607f657367da9177b19c Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Thu, 26 Jul 2012 11:00:41 +0000 Subject: 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 --- lib/Core/Executor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Core/Executor.cpp') 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 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 NoPreferCex("no-prefer-cex", -- cgit 1.4.1