From d54695e92923dac61d01e0bb18c64632b7ca346f Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Fri, 23 Jun 2023 22:49:55 +0100 Subject: Remove parentheses around klee_ intrinsics from the help menu --- lib/Core/SpecialFunctionHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Core/SpecialFunctionHandler.cpp') diff --git a/lib/Core/SpecialFunctionHandler.cpp b/lib/Core/SpecialFunctionHandler.cpp index b2d85710..488fba51 100644 --- a/lib/Core/SpecialFunctionHandler.cpp +++ b/lib/Core/SpecialFunctionHandler.cpp @@ -55,7 +55,7 @@ cl::opt cl::opt SilentKleeAssume("silent-klee-assume", cl::init(false), cl::desc("Silently terminate paths with an infeasible " - "condition given to klee_assume() rather than " + "condition given to klee_assume rather than " "emitting an error (default=false)"), cl::cat(TerminationCat)); } // namespace -- cgit 1.4.1