~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

Removed --wait from client.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1364
1364
  N_("Append everything into outfile. See interactive help (\\h) also. Does not work in batch mode. Disable with --disable-tee. This option is disabled by default."))
1365
1365
  ("disable-tee", po::value<bool>()->default_value(false)->zero_tokens(), 
1366
1366
  N_("Disable outfile. See interactive help (\\h) also."))
1367
 
  ("wait,w", N_("Wait and retry if connection is down."))
1368
1367
  ("connect_timeout", po::value<uint32_t>(&opt_connect_timeout)->default_value(0)->notifier(&check_timeout_value),
1369
1368
  N_("Number of seconds before connection timeout."))
1370
1369
  ("max_input_line", po::value<uint32_t>(&opt_max_input_line)->default_value(16*1024L*1024L)->notifier(&check_max_input_line),