From 841198076937d15155a6812472ad4da0d789649c Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Tue, 18 Feb 2003 23:00:18 +0000 Subject: spurious backslash escape git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@344 f882894a-f735-0410-b71e-b25c423dba1c 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"; #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 "\ -- cgit v0.10-9-g596f