summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-02-18 23:00:18 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-02-18 23:00:18 (GMT)
commit841198076937d15155a6812472ad4da0d789649c (patch)
tree612ba363fe7c3ceebf2d264d77545b6ec2666749
parentfda41114caace08fcfa4f9a15643f0df2f73c8e7 (diff)
downloadmonitoring-plugins-841198076937d15155a6812472ad4da0d789649c.tar.gz
spurious backslash escape
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@344 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--plugins/check_pgsql.c3
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 "\