~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleadmin.cc

  • Committer: Monty Taylor
  • Date: 2008-07-26 16:23:04 UTC
  • mfrom: (212 drizzle)
  • mto: (236.1.42 codestyle)
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: monty@inaugust.com-20080726162304-6yxlhokjstx2v13d
MergedĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
360
360
  return 0;
361
361
}
362
362
 
363
 
#include <help_start.h>
364
 
 
365
363
static void print_version(void)
366
364
{
367
365
  printf("%s  Ver %s Distrib %s, for %s on %s\n",my_progname,ADMIN_VERSION,
380
378
  ping         Check if server is down\n\
381
379
  shutdown     Take server down\n");
382
380
}
383
 
 
384
 
#include <help_end.h>
385