From be2324d7ab10615ae96b0f0a2daf2ad85cb1f613 Mon Sep 17 00:00:00 2001 From: awiddersheim Date: Sat, 5 Oct 2013 12:02:30 -0400 Subject: Add additional usage data for new options in check_mysql_query.c --- plugins/check_mysql_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/check_mysql_query.c b/plugins/check_mysql_query.c index 2e961a7d..693adfff 100644 --- a/plugins/check_mysql_query.c +++ b/plugins/check_mysql_query.c @@ -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"); } -- cgit v1.2.3