1483
1482
_("Password to use when connecting to server. If password is not given it's asked from the tty."))
1484
1483
("port,p", po::value<uint32_t>()->default_value(0),
1485
1484
_("Port number to use for connection or 0 for default to, in order of preference, drizzle.cnf, $DRIZZLE_TCP_PORT, built-in default"))
1486
("user,u", po::value<string>(¤t_user)->default_value(shell_user ? shell_user : ""),
1485
("user,u", po::value<string>(¤t_user)->default_value(UserDetect().getUser()),
1487
1486
_("User for login if not current user."))
1488
1487
("protocol",po::value<string>(&opt_protocol)->default_value("mysql"),
1489
1488
_("The protocol of connection (mysql, mysql-plugin-auth, or drizzle)."))