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 --- build/mysql/mysql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/mysql/mysql') diff --git a/build/mysql/mysql b/build/mysql/mysql index 766e580..c273d56 100755 --- a/build/mysql/mysql +++ b/build/mysql/mysql @@ -19,11 +19,11 @@ while [ $# -gt 0 ]; do opt="$opt --user=$2" shift 2 ;; - --passwd) + --password) opt="$opt --password=$2" shift 2 ;; - --db-name) + --database) opt="$opt --database=$2" shift 2 ;; -- cgit v1.1