diff options
author | Frank Busse <bb0xfb@gmail.com> | 2022-03-17 11:01:12 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2022-05-05 09:07:53 -0700 |
commit | 5536893ba57604dac1cc2a527e3137336bb96ae6 (patch) | |
tree | 1a3dc937035283c5245ff528c6716c0a19d847fe /lib/Module | |
parent | b4d84e54d2a72a3d3d7218b4c9ab25c9be17a8a8 (diff) | |
download | klee-5536893ba57604dac1cc2a527e3137336bb96ae6.tar.gz |
cl flags: document default values, remove dead option: --replay-keep-symbolic
Diffstat (limited to 'lib/Module')
-rw-r--r-- | lib/Module/KModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Module/KModule.cpp b/lib/Module/KModule.cpp index 06b6e2f9..139149e5 100644 --- a/lib/Module/KModule.cpp +++ b/lib/Module/KModule.cpp @@ -74,7 +74,7 @@ namespace { cl::opt<bool> OutputModule("output-module", - cl::desc("Write the bitcode for the final transformed module"), + cl::desc("Write the bitcode for the final transformed module (default=false)"), cl::init(false), cl::cat(ModuleCat)); |