瀏覽代碼

spurious backslash escape

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@344 f882894a-f735-0410-b71e-b25c423dba1c
Karl DeBisschop 23 年之前
父節點
當前提交
8411980769
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      plugins/check_pgsql.c

+ 1 - 2
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 "\