diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2018-12-19 10:29:05 +0000 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2018-12-19 21:26:48 +0000 |
commit | 1bb0e74a9d1702fcac47d08d9cb1278e80586257 (patch) | |
tree | 8e3f07b3932c721a6ec6bbbbb64eb0e4148d7b41 | |
parent | dcc3e19c74fdec50efaa93df1530654a3940198c (diff) | |
download | klee-1bb0e74a9d1702fcac47d08d9cb1278e80586257.tar.gz |
Renamed --environ to --env-file
-rw-r--r-- | tools/klee/main.cpp | 4 |
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> |