aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli10
1 files changed, 10 insertions, 0 deletions
diff --git a/odb/options.cli b/odb/options.cli
index 34c35a6..65c9873 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -142,6 +142,16 @@ class options
profile."
};
+ std::string --table-prefix
+ {
+ "<prefix>",
+ "Add <prefix> to table and index names. The prefix is added to both
+ names that were specified with the \cb{db table} pragma and those
+ that were automatically derived from class names. If you require a
+ separator, such as an underscore, between the prefix and the name,
+ then you should include it into the prefix value."
+ };
+
std::string --output-dir | -o
{
"<dir>",