AcouSTO  version 2.0

◆ printhelp()

printhelp ( )

Print Help

56  {
57  printf("Usage: ac_mysqlread [options]\n");
58  printf(" -H, --mysql-host=<hostname> set MySQL host (optional, default to localhost)\n");
59  printf(" -P, --mysql-port set MySQL port (optional)\n");
60  printf(" -d, --mysql-dbname set MySQL Database name \n");
61  printf(" -u, --mysql-user set MySQL User\n");
62  printf(" -p, --mysql-password set MySQL Password\n");
63  printf(" -r, --run-id set Run id as saved in the DB\n");
64  printf(" -n, --data-name set Name of data to be retrieved\n");
65  printf(" -V, --version output version information\n");
66  printf(" -h, --help this help guide\n");
67  printf(" \n");
68  printf(" Exit status is 0 if OK, 1 if problems\n");
69 }