aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-08 12:36:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-08 15:46:32 +0200
commit10e1c1963096586b484988958539756385ce2c35 (patch)
tree8ed6d7d6d5ca5cb225c949dd463f14d32448d979 /odb/options.cli
parenta9f5ab78b88a1ce675234b81cb089cdc627ae3af (diff)
Get rid of special tracer database
The include, types, and pragma tests have been moved to the common/ directory while the object test has been merged into common/lifecycle. The transaction test will be re-implemented as common/ test as soon as SQL statement tracing support is merged.
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/options.cli b/odb/options.cli
index 898d0d9..6008d56 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -49,7 +49,7 @@ class options
{
"<db>",
"Generate code for the <db> database. Valid values are \cb{mysql},
- \cb{oracle}, \cb{pgsql}, \cb{sqlite}, and \cb{tracer}."
+ \cb{oracle}, \cb{pgsql}, and \cb{sqlite}."
};
bool --generate-query | -q