From ec8ce55942fd4a978be36aa14e4efcf804c908ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 13 Sep 2010 15:08:01 +0200 Subject: Make test options consistent with MySQL --- libcommon/common/options.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcommon/common/options.cli') diff --git a/libcommon/common/options.cli b/libcommon/common/options.cli index 5b87d70..b5db026 100644 --- a/libcommon/common/options.cli +++ b/libcommon/common/options.cli @@ -17,13 +17,13 @@ namespace cli "MySQL database user." }; - std::string --passwd + std::string --password { "", "MySQL database password" }; - std::string --db-name + std::string --database { "", "MySQL database name." -- cgit v1.1