From d1b34452618d36eb486ff18b16f5d94acc6eeb07 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 4 Feb 2016 15:34:54 +0200 Subject: Add support for multiple values in *-file options, add final newline --- odb/options.cli | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'odb/options.cli') diff --git a/odb/options.cli b/odb/options.cli index cf511d7..3dbb3f8 100644 --- a/odb/options.cli +++ b/odb/options.cli @@ -554,42 +554,42 @@ class options // Prologue files. // - database_map --hxx-prologue-file + database_map > --hxx-prologue-file { "", "Insert the content of at the beginning of the generated C++ header file." }; - database_map --ixx-prologue-file + database_map > --ixx-prologue-file { "", "Insert the content of at the beginning of the generated C++ inline file." }; - database_map --cxx-prologue-file + database_map > --cxx-prologue-file { "", "Insert the content of at the beginning of the generated C++ source file." }; - database_map --schema-prologue-file + database_map > --schema-prologue-file { "", "Insert the content of at the beginning of the generated schema C++ source file." }; - database_map --sql-prologue-file + database_map > --sql-prologue-file { "", "Insert the content of at the beginning of the generated database schema file." }; - database_map --migration-prologue-file + database_map > --migration-prologue-file { "", "Insert the content of file at the beginning of the generated database @@ -598,7 +598,7 @@ class options // Interlude files. // - database_map --sql-interlude-file + database_map > --sql-interlude-file { "", "Insert the content of after all the \cb{DROP} and before any @@ -607,42 +607,42 @@ class options // Epilogue files. // - database_map --hxx-epilogue-file + database_map > --hxx-epilogue-file { "", "Insert the content of at the end of the generated C++ header file." }; - database_map --ixx-epilogue-file + database_map > --ixx-epilogue-file { "", "Insert the content of at the end of the generated C++ inline file." }; - database_map --cxx-epilogue-file + database_map > --cxx-epilogue-file { "", "Insert the content of at the end of the generated C++ source file." }; - database_map --schema-epilogue-file + database_map > --schema-epilogue-file { "", "Insert the content of at the end of the generated schema C++ source file." }; - database_map --sql-epilogue-file + database_map > --sql-epilogue-file { "", "Insert the content of at the end of the generated database schema file." }; - database_map --migration-epilogue-file + database_map > --migration-epilogue-file { "", "Insert the content of file at the end of the generated database -- cgit v1.1