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 diff --git a/plugins/check_mysql_query.c b/plugins/check_mysql_query.c index 2e961a7..693adff 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 v0.10-9-g596f