about summary refs log tree commit diff homepage
path: root/tools
diff options
context:
space:
mode:
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 baf08f50..16cabb0a 100644
--- a/tools/klee/main.cpp
+++ b/tools/klee/main.cpp
@@ -141,8 +141,8 @@ namespace {
             cl::cat(StartCat));
 
   cl::opt<std::string>
-  Environ("environ",
-          cl::desc("Parse environment from given file (in \"env\" format)"),
+  Environ("env-file",
+          cl::desc("Parse environment from the given file (in \"env\" format)"),
           cl::cat(StartCat));
 
   cl::opt<bool>