aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-05 14:25:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-05 14:25:33 +0200
commit7364ed693dd404dcdb9fb55c9027d7465b1eaa8e (patch)
treef438bc305396a6c470aa514a639e042ec7bab5d7 /odb
parentdcdaa09af1fb9b56d1ff6f556f8ae8200f540a5b (diff)
Add missing mentioning of Oracle
Diffstat (limited to 'odb')
-rw-r--r--odb/options.cli6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/options.cli b/odb/options.cli
index 6008d56..97bc48a 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -69,9 +69,9 @@ class options
Depending on the database being used (\cb{--database} option), the
schema is generated either as a standalone SQL file or embedded into
the generated C++ code. By default the SQL file is generated for
- the MySQL and PostgreSQL databases and the schema is embedded into the
- C++ code for the SQLite database. Use the \cb{--schema-format} option
- to alter the default schema format."
+ the MySQL, PostgreSQL, and Oracle databases and the schema is embedded
+ into the C++ code for the SQLite database. Use the \cb{--schema-format}
+ option to alter the default schema format."
};
std::set< ::schema_format> --schema-format