From 329f843ef6aceed19389e21b44f97686771b235c Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sat, 17 Aug 2013 22:33:43 +0200 Subject: check_pgsql: Remove -4/-6 flags from help output The -4/-6 options are currently not supported. --- plugins/check_pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c index c109955a..d3116b00 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 ] [-4|-6] [-P ] [-c ] [-w ]\n", progname); + printf ("%s [-H ] [-P ] [-c ] [-w ]\n", progname); printf (" [-t ] [-d ] [-l ] [-p ]\n" "[-q ] [-C ] [-W ]\n"); } -- cgit v1.2.3-74-g34f1