diff options
author | Sven Nierlein <sven@nierlein.de> | 2012-11-28 10:03:11 (GMT) |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2012-11-28 10:03:11 (GMT) |
commit | 24772e755e9d2a255e36eb2a97f545d2cb7ade3c (patch) | |
tree | 539d36018c186208829321ee7072fdacc18da0ef /plugins/check_pgsql.c | |
parent | 668d8968ba6c36a37e01904e3083e279631edf32 (diff) | |
download | monitoring-plugins-24772e755e9d2a255e36eb2a97f545d2cb7ade3c.tar.gz |
unified ipv4/6 usage and help text
Diffstat (limited to 'plugins/check_pgsql.c')
-rw-r--r-- | plugins/check_pgsql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c index 69edae7..8b0769f 100644 --- a/plugins/check_pgsql.c +++ b/plugins/check_pgsql.c | |||
@@ -475,6 +475,6 @@ void | |||
475 | print_usage (void) | 475 | print_usage (void) |
476 | { | 476 | { |
477 | printf ("%s\n", _("Usage:")); | 477 | printf ("%s\n", _("Usage:")); |
478 | printf ("%s [-H <host>] [-P <port>] [-c <critical time>] [-w <warning time>]\n", progname); | 478 | printf ("%s [-H <host>] [-4|-6] [-P <port>] [-c <critical time>] [-w <warning time>]\n", progname); |
479 | printf (" [-t <timeout>] [-d <database>] [-l <logname>] [-p <password>]\n"); | 479 | printf (" [-t <timeout>] [-d <database>] [-l <logname>] [-p <password>]\n"); |
480 | } | 480 | } |