about summary refs log tree commit diff homepage
path: root/lib/Core/ExecutionTreeWriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Core/ExecutionTreeWriter.cpp')
-rw-r--r--lib/Core/ExecutionTreeWriter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Core/ExecutionTreeWriter.cpp b/lib/Core/ExecutionTreeWriter.cpp
index 10cd5c27..e1091eb0 100644
--- a/lib/Core/ExecutionTreeWriter.cpp
+++ b/lib/Core/ExecutionTreeWriter.cpp
@@ -17,9 +17,9 @@
 
 namespace {
 llvm::cl::opt<unsigned> BatchSize(
-    "ptree-batch-size", llvm::cl::init(100U),
+    "exec-tree-batch-size", llvm::cl::init(100U),
     llvm::cl::desc("Number of execution tree nodes to batch for writing, "
-                   "see --write-execution-tree (default=100)"),
+                   "see --write-exec-tree (default=100)"),
     llvm::cl::cat(klee::ExecTreeCat));
 } // namespace