From 7cc50b230deb58703cd2d4df77fadcbb83fb14b3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Mar 2013 14:39:02 +0200 Subject: Rename --output-name to --input-name --- odb/options.cli | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'odb/options.cli') 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 instead of the current directory." }; - std::string --output-name + std::string --input-name { "", - "Use instead of the input file to construct the names of the - generated files." + "Use 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 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 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} -- cgit v1.1