From 5d7f78dd28b747a9117853a1465aebd767396329 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 7 Apr 2011 11:32:30 +0200 Subject: [PATCH] check_pgsql: Removed -4/-6 flags from help output. These options are not currently supported. --- plugins/check_pgsql.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c index 6251e0b..85e26fe 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); -- 2.30.2