diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2025-06-03 13:18:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2025-06-03 13:18:26 +0200 |
commit | c5996c0eabadf5925e0fb215c26591f86c31e808 (patch) | |
tree | 08af0c23e24ddf1affce63f32d90286f4de0c0dc /odb | |
parent | 7a1f95e7eee193b9080b7a0f625dfc4de73a1fd8 (diff) |
Diffstat (limited to 'odb')
-rw-r--r-- | odb/odb/options.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/odb/options.cli b/odb/odb/options.cli index 0762bd9..db2ae5b 100644 --- a/odb/odb/options.cli +++ b/odb/odb/options.cli @@ -127,8 +127,8 @@ class options bool --generate-schema-only { "Generate only the database schema. Note that this option is only valid - when generating schema as a standalone SQL file (see \cb{--schema-format} - for details)." + when generating schema into a separate file (SQL or C++; see + \cb{--schema-format} for details)." }; bool --suppress-migration |