[nagiosplug] check_pgsql: Remove -4/-6 flags from help output
"Nagios Plugin Development" <[email protected]> Sat, 17 Aug 2013 20:50:58 +0000
| Newsgroups | gmane.network.nagios.plugins.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module: nagiosplug Branch: master Commit: 329f843ef6aceed19389e21b44f97686771b235c Author: Holger Weiss <[email protected]> Date: Sat Aug 17 22:33:43 2013 +0200 URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=329f843 check_pgsql: Remove -4/-6 flags from help output The -4/-6 options are currently not supported. --- plugins/check_pgsql.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c index c109955..d3116b0 100644 --- a/plugins/check_pgsql.c +++ b/plugins/check_pgsql.c @@ -576,7 +576,7 @@ void print_usage (void) { printf ("%s\n", _("Usage:")); - printf ("%s [-H <host>] [-4|-6] [-P <port>] [-c <critical time>] [-w <warning time>]\n", progname); + printf ("%s [-H <host>] [-P <port>] [-c <critical time>] [-w <warning time>]\n", progname); printf (" [-t <timeout>] [-d <database>] [-l <logname>] [-p <password>]\n" "[-q <query>] [-C <critical query range>] [-W <warning query range>]\n"); } ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk