aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.xhtml')
-rw-r--r--doc/manual.xhtml9
1 files changed, 5 insertions, 4 deletions
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:</p>
<pre class="terminal">
-odb ... --generate-schema-only --at-once --output-name schema \
+odb ... --generate-schema-only --at-once --input-name company \
position.hxx employee.hxx
</pre>
- <p>The result of the above command is a single <code>schema.sql</code>
- file that contains the database creation code for both
- <code>position</code> and <code>employee</code> classes.</p>
+ <p>The result of the above command is a single <code>company.sql</code>
+ file (the name is derived from the <code>--input-name</code> value)
+ that contains the database creation code for both <code>position</code>
+ and <code>employee</code> classes.</p>
<h2><a name="6.4">6.4 Lazy Pointers</a></h2>