mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-13 18:50:01 -04:00
Add additional usage data for new options in check_mysql_query.c
This commit is contained in:
parent
dccf53cf38
commit
be2324d7ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue