about summary refs log tree commit diff homepage
path: root/tools
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2019-03-04 16:52:59 +0000
committerMartinNowack <martin.nowack@gmail.com>2019-03-05 12:42:04 +0000
commit77600162b089374eb99179dbb9638ce4b1b45c70 (patch)
treebee817d420829be064109721c94bf1d823ea4d2c /tools
parentd3f73596362ed39b1aceed6da18044fad252806f (diff)
downloadklee-77600162b089374eb99179dbb9638ce4b1b45c70.tar.gz
Renamed "Starting options" to "Startup options" and added a missing space in a help message.
Diffstat (limited to 'tools')
-rw-r--r--tools/klee/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/klee/main.cpp b/tools/klee/main.cpp
index ae71518d..033ff5b1 100644
--- a/tools/klee/main.cpp
+++ b/tools/klee/main.cpp
@@ -118,9 +118,9 @@ namespace {
                 cl::cat(TestCaseCat));
 
 
-  /*** Starting options ***/
+  /*** Startup options ***/
 
-  cl::OptionCategory StartCat("Starting options",
+  cl::OptionCategory StartCat("Startup options",
                               "These options affect how execution is started.");
 
   cl::opt<std::string>