summaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/options.cli b/odb/options.cli
index fedc00a..a8f6eeb 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -438,7 +438,7 @@ class options
version-specific optimizations and workarounds in the generated C++
code. The version must be in the \c{\i{major}\b{.}\i{minor}} form, for
example, \cb{9.0} (SQL Server 2005), \cb{10.5} (2008R2), or \cb{11.0}
- (2012). If this options is not specified, then 10.0 (SQL Server 2008)
+ (2012). If this options is not specified, then \cb{10.0} (SQL Server 2008)
or later is assumed."
};
@@ -485,8 +485,8 @@ class options
generated C++ code will be linked. This information is used to enable
version-specific optimizations and workarounds in the generated C++
code. The version must be in the \c{\i{major}\b{.}\i{minor}} form,
- for example, \cb{11.2}. If this options is not specified, then 10.1
- or later is assumed."
+ for example, \cb{11.2}. If this options is not specified, then
+ \cb{10.1} or later is assumed."
};
//