aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-04-04 18:20:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-04-04 18:20:55 +0300
commita5714a90472633e9a238b058110850771e6b6206 (patch)
tree40134e9a570ab2c3b22384e5375a668a79ec199d
parent30f29e47a38dcf1433ffc448b3e31382761e9669 (diff)
Update --options-file option description
-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."
};
};
}