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 --- doc/manual.xhtml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/manual.xhtml b/doc/manual.xhtml index 151a1fd..52c4f02 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -6867,13 +6867,14 @@ odb ... --odb-epilogue "#include \"employee.hxx\"" position.hxx options. For example:

-odb ... --generate-schema-only --at-once --output-name schema \
+odb ... --generate-schema-only --at-once --input-name company \
 position.hxx employee.hxx
   
-

The result of the above command is a single schema.sql - file that contains the database creation code for both - position and employee classes.

+

The result of the above command is a single company.sql + file (the name is derived from the --input-name value) + that contains the database creation code for both position + and employee classes.

6.4 Lazy Pointers

-- cgit v1.1