diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-04-04 18:17:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-04-04 18:17:27 +0300 |
commit | ac5def6ca8647a1112f90b6c5a4dd5766a06b9f2 (patch) | |
tree | 80ac4a921e584402afb1e5bd14cc04ea0e920d53 | |
parent | e75abbf19624c02b7256c29e1eed4b349ba8d557 (diff) |
Update --options-file option description
-rw-r--r-- | odb/pgsql/details/options.cli | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/odb/pgsql/details/options.cli b/odb/pgsql/details/options.cli index 8f774c9..886a869 100644 --- a/odb/pgsql/details/options.cli +++ b/odb/pgsql/details/options.cli @@ -46,9 +46,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." }; }; } |