summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorGravatar rustanleino <unknown>2010-05-06 23:35:04 +0000
committerGravatar rustanleino <unknown>2010-05-06 23:35:04 +0000
commitac513a64b44e33847f84750c8382f0aa2f4ed745 (patch)
treec4d5429738810b1b9965e10abd5c09dd3c5da0b6 /Source/Core
parenta2f70f46e1a4dfb513df45657178399269cec67d (diff)
Dafny:
* Recoded frame axioms to be more goal directed * Added Main test driver to Test/VSI-Benchmarks/b2.dfy
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/CommandLineOptions.ssc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/CommandLineOptions.ssc b/Source/Core/CommandLineOptions.ssc
index 07a21627..62cd0593 100644
--- a/Source/Core/CommandLineOptions.ssc
+++ b/Source/Core/CommandLineOptions.ssc
@@ -1850,9 +1850,9 @@ namespace Microsoft.Boogie
/dprint:<file> : print Dafny program after parsing it
(use - as <file> to print to console)
- /compile:<n> : 0 (default) - do not compile Dafny program
- 1 - upon successful verification of the Dafny program,
- compile Dafny program to C# program out.cs
+ /compile:<n> : 0 - do not compile Dafny program
+ 1 (default) - upon successful verification of the Dafny
+ program, compile Dafny program to C# program out.cs
---- Boogie options --------------------------------------------------------