diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-02-18 23:00:18 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-02-18 23:00:18 +0000 |
commit | 841198076937d15155a6812472ad4da0d789649c (patch) | |
tree | 612ba363fe7c3ceebf2d264d77545b6ec2666749 /plugins/check_pgsql.c | |
parent | fda41114caace08fcfa4f9a15643f0df2f73c8e7 (diff) | |
download | monitoring-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
Diffstat (limited to 'plugins/check_pgsql.c')
-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 2d80fad1..f8419dca 100644 --- a/plugins/check_pgsql.c +++ b/plugins/check_pgsql.c @@ -30,8 +30,7 @@ const char *progname = "check_pgsql"; #define EMAIL "kdebisschop@users.sourceforge.net" #define SUMMARY "Tests to see if a PostgreSQL DBMS is accepting connections.\n" -#define OPTIONS "\ -\[-c critical_time] [-w warning_time] [-t timeout] [-H host]\n\ +#define OPTIONS "[-c critical_time] [-w warning_time] [-t timeout] [-H host]\n\ [-P port] [-d database] [-l logname] [-p password]" #define LONGOPTIONS "\ |