From b3773ae7e5dbe1781345bc9d2539b145b67343d8 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 7 Apr 2011 11:32:30 +0200 Subject: check_pgsql: Removed -4/-6 flags from help output. These options are not currently supported. diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c index c20c991..8c45731 100644 --- a/plugins/check_pgsql.c +++ b/plugins/check_pgsql.c @@ -496,8 +496,6 @@ print_help (void) printf (UT_HOST_PORT, 'P', myport); - printf (UT_IPv46); - printf (" %s\n", "-d, --database=STRING"); printf (" %s", _("Database to check ")); printf (_("(default: %s)"), DEFAULT_DB); -- cgit v0.10-9-g596f