summaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
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