From: Sebastian Harl Date: Thu, 7 Apr 2011 09:32:30 +0000 (+0200) Subject: check_pgsql: Removed -4/-6 flags from help output. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5d7f78dd28b747a9117853a1465aebd767396329;p=nagiosplug.git 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 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);