~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.c

  • Committer: Monty Taylor
  • Date: 2008-08-04 19:39:11 UTC
  • mto: (261.2.2 codestyle)
  • mto: This revision was merged to the branch mainline in revision 262.
  • Revision ID: monty@inaugust.com-20080804193911-bwi65i63pbq9zooj
Added msg that was missed in drizzle.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
1562
1562
                                    opt->name);
1563
1563
    break;
1564
1564
  case OPT_SERVER_ARG:
1565
 
    printf(("WARNING: --server-arg option not supported in this configuration.\n"));
 
1565
    printf(_("WARNING: --server-arg option not supported in this configuration.\n"));
1566
1566
    break;
1567
1567
  case 'A':
1568
1568
    opt_rehash= 0;