about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorAndrew Santosa <dcsandr@nus.edu.sg>2016-09-29 10:44:59 +0800
committerAndrew Santosa <dcsandr@nus.edu.sg>2016-09-29 10:44:59 +0800
commit5c86a82e59bb0976a21530873558f3044884d30f (patch)
tree0996791d84d6a0699159c5bf886e9f3ae6502663
parent43d5145572f4139146cb394e8ede6ea6dcef15b0 (diff)
downloadklee-5c86a82e59bb0976a21530873558f3044884d30f.tar.gz
Fixed the description of -posix-runtime option
In the description, --sym-argv and --sym-argvs should have instead been --sym-arg and --sym-args
-rw-r--r--tools/klee/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/klee/main.cpp b/tools/klee/main.cpp
index e198697c..ee20f5ea 100644
--- a/tools/klee/main.cpp
+++ b/tools/klee/main.cpp
@@ -151,7 +151,7 @@ namespace {
 
   cl::opt<bool>
   WithPOSIXRuntime("posix-runtime",
-		cl::desc("Link with POSIX runtime.  Options that can be passed as arguments to the programs are: --sym-argv <max-len>  --sym-argvs <min-argvs> <max-argvs> <max-len> + file model options"),
+		cl::desc("Link with POSIX runtime.  Options that can be passed as arguments to the programs are: --sym-arg <max-len>  --sym-args <min-argvs> <max-argvs> <max-len> + file model options"),
 		cl::init(false));
 
   cl::opt<bool>