Skip to content

Commit

Permalink
Add additional usage data for new options in check_mysql_query.c
Browse files Browse the repository at this point in the history
  • Loading branch information
awiddersheim authored and abrist committed Jan 29, 2014
1 parent 733ed58 commit eed1a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/check_mysql_query.c
Expand Up @@ -351,5 +351,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");
}

0 comments on commit eed1a68

Please sign in to comment.