[nagiosplug] check_pgsql: Removed -4/-6 flags from help output.
Nagios Plugin Development
nagios-plugins at users.sourceforge.net
Sat Aug 17 22:50:43 CEST 2013
Module: nagiosplug
Branch: master
Commit: b3773ae7e5dbe1781345bc9d2539b145b67343d8
Author: Sebastian Harl <sh at teamix.net>
Date: Thu Apr 7 11:32:30 2011 +0200
URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=b3773ae
check_pgsql: Removed -4/-6 flags from help output.
These options are not currently supported.
---
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)
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);
More information about the Commits
mailing list