Add additional usage data for new options in check_mysql_query.c

This commit is contained in:
awiddersheim 2013-10-05 12:02:30 -04:00
parent dccf53cf38
commit be2324d7ab

View file

@ -344,5 +344,5 @@ print_usage (void)
{
printf ("%s\n", _("Usage:"));
printf (" %s -q SQL_query [-w warn] [-c crit] [-H host] [-P port] [-s socket]\n",progname);
printf (" [-d database] [-u user] [-p password]\n");
printf (" [-d database] [-u user] [-p password] [-f optfile] [-g group]\n");
}