~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Brian Aker
  • Date: 2009-07-01 02:41:00 UTC
  • mfrom: (1081.1.4 mordred)
  • Revision ID: brian@gaz-20090701024100-nefdy7pnychzpg7h
Merge Monty

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)