~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Brian Aker
  • Date: 2008-08-11 01:27:58 UTC
  • Revision ID: brian@tangent.org-20080811012758-sn94s7btsnyeojth
Clean up port startup 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1362
1362
   N_("Password to use when connecting to server. If password is not given it's asked from the tty."),
1363
1363
   0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
1364
1364
  {"port", 'P', N_("Port number to use for connection or 0 for default to, in order of preference, my.cnf, $DRIZZLE_TCP_PORT, ")
1365
 
   N_("built-in default") " (" STRINGIFY_ARG(MYSQL_PORT) ").",
 
1365
   N_("built-in default") " (" STRINGIFY_ARG(DRIZZLE_PORT) ").",
1366
1366
   (char**) &opt_drizzle_port,
1367
1367
   (char**) &opt_drizzle_port, 0, GET_UINT, REQUIRED_ARG, 0, 0, 0, 0, 0,  0},
1368
1368
  {"prompt", OPT_PROMPT, N_("Set the drizzle prompt to this value."),