1386
1386
N_("Password to use when connecting to server. If password is not given it's asked from the tty."))
1387
1387
("port,p", po::value<uint32_t>()->default_value(0),
1388
1388
N_("Port number to use for connection or 0 for default to, in order of preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"))
1390
("user,u", po::value<string>(¤t_user)->default_value("root"),
1392
1389
("user,u", po::value<string>(¤t_user)->default_value(""),
1394
1390
N_("User for login if not current user."))
1395
1391
("protocol",po::value<string>(&opt_protocol)->default_value("mysql"),
1396
1392
N_("The protocol of connection (mysql or drizzle)."))