aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
Diffstat (limited to 'odb')
-rw-r--r--odb/sqlite/details/options.cli7
1 files changed, 4 insertions, 3 deletions
diff --git a/odb/sqlite/details/options.cli b/odb/sqlite/details/options.cli
index 7cc6649..901457f 100644
--- a/odb/sqlite/details/options.cli
+++ b/odb/sqlite/details/options.cli
@@ -37,9 +37,10 @@ namespace odb
std::string --options-file
{
"<file>",
- "Read additional options from <file>. Each option appearing on a
- separate line optionally followed by space and an option value.
- Empty lines and lines starting with \cb{#} are ignored."
+ "Read additional options from <file>. Each option should appear on a
+ separate line optionally followed by space or equal sign (\cb{=})
+ and an option value. Empty lines and lines starting with \cb{#} are
+ ignored."
};
};
}