From 057cc047eb1cc321447e74d302ba4d2c452a11ec Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Nov 2011 11:08:33 +0200 Subject: Add missing comma in option documentation --- odb/pgsql/details/options.cli | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'odb/pgsql/details/options.cli') diff --git a/odb/pgsql/details/options.cli b/odb/pgsql/details/options.cli index ef81993..e3e9423 100644 --- a/odb/pgsql/details/options.cli +++ b/odb/pgsql/details/options.cli @@ -34,7 +34,7 @@ namespace odb std::string --host { "", - "PostgreSQL database host name or address (localhost by default)." + "PostgreSQL database host name or address (localhost by default)." }; std::string --port @@ -44,13 +44,13 @@ namespace odb Unix-domain connections." }; - std::string --options-file - { - "" + std::string --options-file + { + "", "Read additional options from . Each option appearing on a separate line optionally followed by space and an option value. Empty lines and lines starting with \cb{#} are ignored." - }; + }; }; } } -- cgit v1.1