blob: c6e0f6a81ea4fc0b551b799e6126c32ee9256a32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Index: plugins/check_ldap.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_ldap.c,v
retrieving revision 1.33
diff -r1.33 check_ldap.c
381c381
< printf (" %s\n," "-D [--bind]");
---
> printf (" %s\n", "-D [--bind]");
383c383
< printf (" %s\n," "-P [--pass]");
---
> printf (" %s\n", "-P [--pass]");
413c413
< printf ("[-P <password>] [-w <warn_time>] [-c <crit_time>] [-t timeout]\n",
---
> printf ("[-P <password>] [-w <warn_time>] [-c <crit_time>] [-t timeout]%s\n",
Index: plugins/check_http.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_http.c,v
retrieving revision 1.97
diff -r1.97 check_http.c
1272c1272
< printf (" %s\n," "-P, --post=STRING");
---
> printf (" %s\n", "-P, --post=STRING");
|