diff options
author | awiddersheim <awiddersheim@hotmail.com> | 2013-10-05 16:02:30 (GMT) |
---|---|---|
committer | awiddersheim <awiddersheim@hotmail.com> | 2013-10-05 16:02:30 (GMT) |
commit | be2324d7ab10615ae96b0f0a2daf2ad85cb1f613 (patch) | |
tree | b6580beaeaa8f8f0bf1a717315faeb566e76624d /plugins | |
parent | dccf53cf3833641d9865cbf946c6c1705a428fc5 (diff) | |
download | monitoring-plugins-be2324d7ab10615ae96b0f0a2daf2ad85cb1f613.tar.gz |
Add additional usage data for new options in check_mysql_query.crefs/pull/1200/head
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_mysql_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
344 | { | 344 | { |
345 | printf ("%s\n", _("Usage:")); | 345 | printf ("%s\n", _("Usage:")); |
346 | printf (" %s -q SQL_query [-w warn] [-c crit] [-H host] [-P port] [-s socket]\n",progname); | 346 | printf (" %s -q SQL_query [-w warn] [-c crit] [-H host] [-P port] [-s socket]\n",progname); |
347 | printf (" [-d database] [-u user] [-p password]\n"); | 347 | printf (" [-d database] [-u user] [-p password] [-f optfile] [-g group]\n"); |
348 | } | 348 | } |