From 1112388f458cbbac8a73ca840f7f62f6f517e9fa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Mar 2013 08:48:39 +0200 Subject: Add --changelog-file-suffix and --changelog-suffix options --- odb/options.cli | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'odb/options.cli') 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 --changelog-file-suffix + { + "", + "Use 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" { "", @@ -340,6 +349,13 @@ class options the generated database schema file." }; + std::string --changelog-suffix = ".xml" + { + "", + "Use instead of the default \cb{.xml} to construct the name of + the changelog file." + }; + // Prologues. // database_map > --hxx-prologue -- cgit v1.1