diff options
| author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2023-06-23 22:49:55 +0100 |
|---|---|---|
| committer | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2023-06-26 07:45:20 +0100 |
| commit | d54695e92923dac61d01e0bb18c64632b7ca346f (patch) | |
| tree | 9e8309e3cb261ddf0f2895c23ac3fb3534bab5d1 /lib/Core/SpecialFunctionHandler.cpp | |
| parent | 4cd34bde5bb1a62b1c6c35326352cf1e6d77843d (diff) | |
| download | klee-d54695e92923dac61d01e0bb18c64632b7ca346f.tar.gz | |
Remove parentheses around klee_ intrinsics from the help menu
Diffstat (limited to 'lib/Core/SpecialFunctionHandler.cpp')
| -rw-r--r-- | lib/Core/SpecialFunctionHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<bool> cl::opt<bool> 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 |
