~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Stewart Smith
  • Date: 2009-07-02 17:18:18 UTC
  • mfrom: (1085 staging)
  • mto: This revision was merged to the branch mainline in revision 1089.
  • Revision ID: stewart@flamingspork.com-20090702171818-qrp4d403iw8tazlg
mergeĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
  { "?",      '?', com_help,   0, N_("Synonym for `help'.") },
274
274
  { "clear",  'c', com_clear,  0, N_("Clear command.")},
275
275
  { "connect",'r', com_connect,1,
276
 
    N_("Reconnect to the server. Optional arguments are db and host." }),
 
276
    N_("Reconnect to the server. Optional arguments are db and host.")},
277
277
  { "delimiter", 'd', com_delimiter,    1,
278
278
    N_("Set statement delimiter. NOTE: Takes the rest of the line as new delimiter.") },
279
279
  { "ego",    'G', com_ego,    0,
1596
1596
{
1597
1597
  const char* readline= "readline";
1598
1598
 
1599
 
  printf(_("%s  Ver %s Distrib %s, for %s (%s) using %s %s\n"),
 
1599
  printf(_("%s  Ver %s Distrib %s, for %s-%s (%s) using %s %s\n"),
1600
1600
         my_progname, VER.c_str(), drizzle_version(),
1601
 
         SYSTEM_TYPE, MACHINE_TYPE,
 
1601
         HOST_VENDOR, HOST_OS, HOST_CPU,
1602
1602
         readline, rl_library_version);
1603
1603
 
1604
1604
  if (version)