aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-03-18 08:48:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:46:43 +0200
commit1112388f458cbbac8a73ca840f7f62f6f517e9fa (patch)
treefca1d83380a250bcf1a0785277a1186bc0e2522b /odb/options.cli
parentcf75fa3e2be8c1fa12905e391a61c1ec763a5331 (diff)
Add --changelog-file-suffix and --changelog-suffix options
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli16
1 files changed, 16 insertions, 0 deletions
diff --git a/odb/options.cli b/odb/options.cli
index ecc6ef8..45d2305 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -312,6 +312,15 @@ class options
option for details."
};
+ database_map<std::string> --changelog-file-suffix
+ {
+ "<sfx>",
+ "Use <sfx> to construct the name of the changelog file. In the
+ single-database mode by default no suffix is used. In the
+ multi-database mode the default value for this option is
+ \c{\b{-}\i{db}} (where \ci{db} is the database name)."
+ };
+
std::string --hxx-suffix = ".hxx"
{
"<suffix>",
@@ -340,6 +349,13 @@ class options
the generated database schema file."
};
+ std::string --changelog-suffix = ".xml"
+ {
+ "<suffix>",
+ "Use <suffix> instead of the default \cb{.xml} to construct the name of
+ the changelog file."
+ };
+
// Prologues.
//
database_map<std::vector<std::string> > --hxx-prologue