From 89120cf7addb304c1d1b029f1edae108e94ba023 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Apr 2013 13:53:51 +0200 Subject: Make --changelog{,-in,-out,-dir} per-database --- odb/options.cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'odb/options.cli') 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 --changelog { "", "Read/write changelog from/to 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 --changelog-in { "", "Read changelog from 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 --changelog-out { "", "Write changelog to 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 --changelog-dir { "", "Use instead of the input file directory as the changelog file -- cgit v1.1