aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-07-27 17:00:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-07-27 17:00:34 +0200
commitc7329f436428ffe9110b410979bd98bfa7f2fcce (patch)
tree9eac7b087ce5f922389b3fc29776a04f4ef32370
parent80ac7d49fe6bc81670910d2966171a680bf1ae8b (diff)
Documentation fix
-rw-r--r--odb/options.cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/options.cli b/odb/options.cli
index d0e8f1c..34c35a6 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -69,7 +69,7 @@ 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 database and the schema is embedded into the
+ 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."
};