diff options
-rw-r--r-- | lib/Core/Executor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index 5194aff2..f01b7d99 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -281,7 +281,7 @@ cl::list<StateTerminationType> ExitOnErrorType( cl::desc("Stop execution after reaching a specified condition (default=false)"), cl::values( clEnumValN(StateTerminationType::Abort, "Abort", - "The program crashed (reached abort()/klee_abort())"), + "The program reached abort or klee_abort"), clEnumValN(StateTerminationType::Assert, "Assert", "An assertion was hit"), clEnumValN(StateTerminationType::BadVectorAccess, "BadVectorAccess", |