1386
1381
N_("Password to use when connecting to server. If password is not given it's asked from the tty."))
1387
1382
("port,p", po::value<uint32_t>()->default_value(0),
1388
1383
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
1384
("user,u", po::value<string>(¤t_user)->default_value(""),
1394
1385
N_("User for login if not current user."))
1395
1386
("protocol",po::value<string>(&opt_protocol)->default_value("mysql"),
1396
1387
N_("The protocol of connection (mysql or drizzle)."))