diff options
-rw-r--r-- | odb/mysql/database.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/mysql/database.hxx b/odb/mysql/database.hxx index 9072c05..1075dc1 100644 --- a/odb/mysql/database.hxx +++ b/odb/mysql/database.hxx @@ -101,8 +101,8 @@ namespace odb // // For more information, see the output of the print_usage() function // below. If erase is true, the above options are removed from the - // argv array and the argc is updated accordingly. This constructor - // may throw the cli_exception exception. + // argv array and the argc count is updated accordingly. This + // constructor may throw the cli_exception exception. // database (int& argc, char* argv[], |