diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-04-04 18:16:58 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-04-04 18:16:58 +0300 |
commit | 363698591cacb2fb2395fdc7698b57e3cedbb05c (patch) | |
tree | 3eaf308ebb2c411b33b1aaad7939d7666b6f488b | |
parent | 03d2fccf403475db0cc2d8295f8714b80a92b61b (diff) |
Update --options-file option description
-rw-r--r-- | odb/oracle/details/options.cli | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/odb/oracle/details/options.cli b/odb/oracle/details/options.cli index c7e489b..e63c423 100644 --- a/odb/oracle/details/options.cli +++ b/odb/oracle/details/options.cli @@ -51,9 +51,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." }; }; } |