summaryrefslogtreecommitdiffstats
path: root/plugins/check_pgsql.c
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-08-17 20:33:43 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-08-17 20:33:43 (GMT)
commit329f843ef6aceed19389e21b44f97686771b235c (patch)
treed9124e2de0613fb390f63f8f2afb2848edae4cb9 /plugins/check_pgsql.c
parente47a06f77d58ca0c01d56e2e9993095a4849d149 (diff)
downloadmonitoring-plugins-329f843ef6aceed19389e21b44f97686771b235c.tar.gz
check_pgsql: Remove -4/-6 flags from help output
The -4/-6 options are currently not supported.
Diffstat (limited to 'plugins/check_pgsql.c')
-rw-r--r--plugins/check_pgsql.c2
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
576print_usage (void) 576print_usage (void)
577{ 577{
578 printf ("%s\n", _("Usage:")); 578 printf ("%s\n", _("Usage:"));
579 printf ("%s [-H <host>] [-4|-6] [-P <port>] [-c <critical time>] [-w <warning time>]\n", progname); 579 printf ("%s [-H <host>] [-P <port>] [-c <critical time>] [-w <warning time>]\n", progname);
580 printf (" [-t <timeout>] [-d <database>] [-l <logname>] [-p <password>]\n" 580 printf (" [-t <timeout>] [-d <database>] [-l <logname>] [-p <password>]\n"
581 "[-q <query>] [-C <critical query range>] [-W <warning query range>]\n"); 581 "[-q <query>] [-C <critical query range>] [-W <warning query range>]\n");
582} 582}