diff options
author | Sebastian Harl <sh@teamix.net> | 2011-04-07 09:32:30 (GMT) |
---|---|---|
committer | Sebastian Harl <sh@teamix.net> | 2012-07-05 09:36:58 (GMT) |
commit | b3773ae7e5dbe1781345bc9d2539b145b67343d8 (patch) | |
tree | 89de8ff2fdd968e75e860fd5a457759fc783e301 /plugins/check_pgsql.c | |
parent | a241ab0b9de9aa1dca32745d8461d649c48b4cc2 (diff) | |
download | monitoring-plugins-b3773ae7e5dbe1781345bc9d2539b145b67343d8.tar.gz |
check_pgsql: Removed -4/-6 flags from help output.
These options are not currently supported.
Diffstat (limited to 'plugins/check_pgsql.c')
-rw-r--r-- | plugins/check_pgsql.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) | |||
496 | 496 | ||
497 | printf (UT_HOST_PORT, 'P', myport); | 497 | printf (UT_HOST_PORT, 'P', myport); |
498 | 498 | ||
499 | printf (UT_IPv46); | ||
500 | |||
501 | printf (" %s\n", "-d, --database=STRING"); | 499 | printf (" %s\n", "-d, --database=STRING"); |
502 | printf (" %s", _("Database to check ")); | 500 | printf (" %s", _("Database to check ")); |
503 | printf (_("(default: %s)"), DEFAULT_DB); | 501 | printf (_("(default: %s)"), DEFAULT_DB); |