aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-03-22 14:39:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:46:44 +0200
commit7cc50b230deb58703cd2d4df77fadcbb83fb14b3 (patch)
treefdae7f6397993c0a8b550db47fc9059a4360668c /odb/options.cli
parent289c09c718c00b364cc2cb156ac1f8b402e4d2d3 (diff)
Rename --output-name to --input-name
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli12
1 files changed, 7 insertions, 5 deletions
diff --git a/odb/options.cli b/odb/options.cli
index fcacbd3..b086011 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -223,7 +223,7 @@ class options
"Generate code for all the input files as well as for all the files that
they include at once. The result is a single set of source/schema files
that contain all the generated code. If more than one input file is
- specified together with this option, then the \cb{--output-name} option
+ specified together with this option, then the \cb{--input-name} option
must also be specified in order to provide the base name for the output
files. In this case, the directory part of such a base name is used as
the location of the combined file. This can be important for the
@@ -276,11 +276,13 @@ class options
"Write the generated files to <dir> instead of the current directory."
};
- std::string --output-name
+ std::string --input-name
{
"<name>",
- "Use <name> instead of the input file to construct the names of the
- generated files."
+ "Use <name> instead of the input file to derive the names of the
+ generated files. If the \cb{--at-once} option is specified, then
+ the directory part of <name> is used as the location of the
+ combined file. Refer to the \cb{--at-once} option for details."
};
std::string --changelog
@@ -289,7 +291,7 @@ class options
"Read/write changelog from/to <file> instead of the default changelog
file. The default changelog file name is derived from the input file
name and it is placed into the same directory as the input file. Note
- that the \cb{--output-name} option does not affect the changelog file
+ that the \cb{--output-dir} option does not affect the changelog file
location. In other words, by default, the changelog file is treated
as another input rather than output even though the ODB compiler may
modify it. Use the \cb{--changelog-in} and \cb{--changelog-out}