diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-21 15:47:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-21 15:47:42 +0200 |
commit | fa388514dcd1c1bd53ea06a243e2fafc928e3d96 (patch) | |
tree | c7d55dfb572c71e9f3aebc1514f2ef9e97a25e55 | |
parent | a3ce8b262bf5e7da2b27ad6f367fe9315e0c0ab0 (diff) |
Cosmetic changes
-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[], |