summaryrefslogtreecommitdiff
path: root/Source/Dafny/DafnyOptions.cs
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2013-12-13 17:43:35 -0800
committerGravatar Rustan Leino <unknown>2013-12-13 17:43:35 -0800
commit3caf3b4c9932ee60ce93b52cc229db7722f28278 (patch)
tree01c9f8a0971f8e1fd416ee11083cffc758f31899 /Source/Dafny/DafnyOptions.cs
parentbec9ceeba29e8513a41a65be5a8fdba8d68333e3 (diff)
Produce "tail recursive" hover text in the IDE only for methods that are recursive
Diffstat (limited to 'Source/Dafny/DafnyOptions.cs')
-rw-r--r--Source/Dafny/DafnyOptions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Dafny/DafnyOptions.cs b/Source/Dafny/DafnyOptions.cs
index 753fbb32..b69a9536 100644
--- a/Source/Dafny/DafnyOptions.cs
+++ b/Source/Dafny/DafnyOptions.cs
@@ -97,7 +97,7 @@ namespace Microsoft.Dafny
ps.GetNumericArgument(ref InductionHeuristic, 7);
return true;
- case "noInclude":
+ case "noIncludes":
DisallowIncludes = true;
return true;