78
78
N_("Password to use when connecting to server. If password is not given it's asked from the tty."),
79
79
0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
80
80
{"port", 'P', N_("Port number to use for connection or 0 for default to, in "
81
"order of preference, my.cnf, $DRIZZLE_TCP_PORT, "
81
"order of preference, drizzle.cnf, $DRIZZLE_TCP_PORT, "
82
82
"built-in default (" STRINGIFY_ARG(DRIZZLE_PORT) ")."),
84
84
(char**) &tcp_port, 0, GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},