diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_pgsql.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c index 2d80fad..f8419dc 100644 --- a/plugins/check_pgsql.c +++ b/plugins/check_pgsql.c | |||
@@ -30,8 +30,7 @@ const char *progname = "check_pgsql"; | |||
30 | #define EMAIL "kdebisschop@users.sourceforge.net" | 30 | #define EMAIL "kdebisschop@users.sourceforge.net" |
31 | #define SUMMARY "Tests to see if a PostgreSQL DBMS is accepting connections.\n" | 31 | #define SUMMARY "Tests to see if a PostgreSQL DBMS is accepting connections.\n" |
32 | 32 | ||
33 | #define OPTIONS "\ | 33 | #define OPTIONS "[-c critical_time] [-w warning_time] [-t timeout] [-H host]\n\ |
34 | \[-c critical_time] [-w warning_time] [-t timeout] [-H host]\n\ | ||
35 | [-P port] [-d database] [-l logname] [-p password]" | 34 | [-P port] [-d database] [-l logname] [-p password]" |
36 | 35 | ||
37 | #define LONGOPTIONS "\ | 36 | #define LONGOPTIONS "\ |