about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--lib/Basic/CmdLineOptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Basic/CmdLineOptions.cpp b/lib/Basic/CmdLineOptions.cpp
index 70ef999e..399c27a2 100644
--- a/lib/Basic/CmdLineOptions.cpp
+++ b/lib/Basic/CmdLineOptions.cpp
@@ -141,7 +141,7 @@ llvm::cl::opt<CoreSolverType> CoreSolverToUse(
     llvm::cl::init(DEFAULT_CORE_SOLVER));
 
 llvm::cl::opt<CoreSolverType> DebugCrossCheckCoreSolverWith(
-    "debug-cross-check-core-solver",
+    "debug-crosscheck-core-solver",
     llvm::cl::desc(
         "Specifiy a solver to use for cross checking with the core solver"),
     llvm::cl::values(clEnumValN(STP_SOLVER, "stp", "stp"),