diff options
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r-- | plugins/check_http.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index c48e97c..0253f31 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c | |||
@@ -261,7 +261,7 @@ process_arguments (int argc, char **argv) | |||
261 | break; | 261 | break; |
262 | case 't': /* timeout period */ | 262 | case 't': /* timeout period */ |
263 | if (!is_intnonneg (optarg)) | 263 | if (!is_intnonneg (optarg)) |
264 | usage2 (_("timeout interval must be a non-negative integer"), optarg); | 264 | usage2 (_("Timeout interval must be a positive integer"), optarg); |
265 | else | 265 | else |
266 | socket_timeout = atoi (optarg); | 266 | socket_timeout = atoi (optarg); |
267 | break; | 267 | break; |
@@ -1363,8 +1363,8 @@ print_help (void) | |||
1363 | { | 1363 | { |
1364 | print_revision (progname, revision); | 1364 | print_revision (progname, revision); |
1365 | 1365 | ||
1366 | printf (_("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n")); | 1366 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"); |
1367 | printf (_(COPYRIGHT), copyright, email); | 1367 | printf (COPYRIGHT, copyright, email); |
1368 | 1368 | ||
1369 | printf (_("\ | 1369 | printf (_("\ |
1370 | This plugin tests the HTTP service on the specified host. It can test\n\ | 1370 | This plugin tests the HTTP service on the specified host. It can test\n\ |