aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent289c09c718c00b364cc2cb156ac1f8b402e4d2d3 (diff)
Rename --output-name to --input-name
Diffstat (limited to 'doc')
-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>