Skip to content

Commit

Permalink
Improved options documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hernanponcedeleon committed Dec 5, 2020
1 parent ba25bb1 commit ae283aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public DartagnanOptions(){
"Use an incremental solver"));

addOption(new Option("w", "witness", true,
"Creates a violation witness. The argument is the original *.c file from which the Boogie code was generated."));
"Creates a machine readable witness. The argument is the original *.c file from which the Boogie code was generated."));

addOption(new Option("analysis", true,
"The analysis to be performed: reachability (default), data-race detection, termination"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public SVCOMPOptions(){
"Use an incremental solver"));

addOption(new Option("w", "witness", false,
"Creates a violation witness"));
"Creates a machine readable witness"));

addOption(new Option("o", "optimization", true,
"Optimization flag for LLVM compiler"));
Expand Down

0 comments on commit ae283aa

Please sign in to comment.