aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-26 13:53:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-26 13:53:51 +0200
commit89120cf7addb304c1d1b029f1edae108e94ba023 (patch)
tree574007f6b3691b8ae8ce504eb2f1a6a019456787 /odb/options.cli
parent377bfe7de7fd4305ea1ecc4ab1a361fa989a80d7 (diff)
Make --changelog{,-in,-out,-dir} per-database
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/options.cli b/odb/options.cli
index 63bbbb8..c56ee28 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -331,7 +331,7 @@ class options
combined file. Refer to the \cb{--at-once} option for details."
};
- std::string --changelog
+ database_map<std::string> --changelog
{
"<file>",
"Read/write changelog from/to <file> instead of the default changelog
@@ -344,7 +344,7 @@ class options
options to specify different input and output chaneglog files."
};
- std::string --changelog-in
+ database_map<std::string> --changelog-in
{
"<file>",
"Read changelog from <file> instead of the default changelog file. If
@@ -352,7 +352,7 @@ class options
chanegelog file with \cb{--changelog-out}."
};
- std::string --changelog-out
+ database_map<std::string> --changelog-out
{
"<file>",
"Write changelog to <file> instead of the default changelog file. If
@@ -360,7 +360,7 @@ class options
chanegelog file with \cb{--changelog-in}."
};
- std::string --changelog-dir
+ database_map<std::string> --changelog-dir
{
"<dir>",
"Use <dir> instead of the input file directory as the changelog file