diff options
author | Sven Nierlein <sven@nierlein.de> | 2012-11-28 11:03:11 +0100 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2012-11-28 11:03:11 +0100 |
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 69edae75..8b0769f1 100644 --- a/plugins/check_pgsql.c +++ b/plugins/check_pgsql.c @@ -475,6 +475,6 @@ void print_usage (void) { printf ("%s\n", _("Usage:")); - printf ("%s [-H <host>] [-P <port>] [-c <critical time>] [-w <warning time>]\n", progname); + printf ("%s [-H <host>] [-4|-6] [-P <port>] [-c <critical time>] [-w <warning time>]\n", progname); printf (" [-t <timeout>] [-d <database>] [-l <logname>] [-p <password>]\n"); } |