diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-16 11:08:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-16 11:08:33 +0200 |
commit | 62c0584572caa3924143cbaada798da16de8f644 (patch) | |
tree | d0f97f70f413de22d19c4f0fd7265a808a6fc9ad | |
parent | 196646ec49211a6843f5ea79064ca8f2ad74a2cc (diff) |
Add missing comma in option documentation
-rw-r--r-- | odb/oracle/details/options.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/details/options.cli b/odb/oracle/details/options.cli index b8a9531..736d9d8 100644 --- a/odb/oracle/details/options.cli +++ b/odb/oracle/details/options.cli @@ -51,7 +51,7 @@ namespace odb std::string --options-file { - "<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." |