diff options
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r-- | plugins/check_ldap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index 207b98e..6987411 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c | |||
@@ -195,7 +195,7 @@ process_arguments (int argc, char **argv) | |||
195 | exit (STATE_OK); | 195 | exit (STATE_OK); |
196 | case 't': /* timeout period */ | 196 | case 't': /* timeout period */ |
197 | if (!is_intnonneg (optarg)) | 197 | if (!is_intnonneg (optarg)) |
198 | usage2 (_("timeout interval must be a positive integer"), optarg); | 198 | usage2 (_("Timeout interval must be a positive integer"), optarg); |
199 | else | 199 | else |
200 | socket_timeout = atoi (optarg); | 200 | socket_timeout = atoi (optarg); |
201 | break; | 201 | break; |
@@ -283,8 +283,8 @@ print_help (void) | |||
283 | 283 | ||
284 | print_revision (progname, revision); | 284 | print_revision (progname, revision); |
285 | 285 | ||
286 | printf (_("Copyright (c) 1999 Didi Rieder (adrieder@sbox.tu-graz.ac.at)\n")); | 286 | printf ("Copyright (c) 1999 Didi Rieder (adrieder@sbox.tu-graz.ac.at)\n"); |
287 | printf (_(COPYRIGHT), copyright, email); | 287 | printf (COPYRIGHT, copyright, email); |
288 | 288 | ||
289 | print_usage (); | 289 | print_usage (); |
290 | 290 | ||