diff options
Diffstat (limited to 'plugins/check_dns.c')
-rw-r--r-- | plugins/check_dns.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/check_dns.c b/plugins/check_dns.c index 492fa17..2a8f459 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c | |||
@@ -395,6 +395,12 @@ print_help (void) | |||
395 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"); | 395 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"); |
396 | printf (COPYRIGHT, copyright, email); | 396 | printf (COPYRIGHT, copyright, email); |
397 | 397 | ||
398 | printf (_("\ | ||
399 | This plugin uses the nslookup program to obtain the IP address\n\ | ||
400 | for the given host/domain query. A optional DNS server to use may\n\ | ||
401 | be specified. If no DNS server is specified, the default server(s)\n\ | ||
402 | specified in /etc/resolv.conf will be used.\n\n")); | ||
403 | |||
398 | print_usage (); | 404 | print_usage (); |
399 | 405 | ||
400 | printf (_(UT_HELP_VRSN)); | 406 | printf (_(UT_HELP_VRSN)); |
@@ -411,12 +417,6 @@ print_help (void) | |||
411 | 417 | ||
412 | printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); | 418 | printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); |
413 | 419 | ||
414 | printf (_("\n\ | ||
415 | This plugin uses the nslookup program to obtain the IP address\n\ | ||
416 | for the given host/domain query. A optional DNS server to use may\n\ | ||
417 | be specified. If no DNS server is specified, the default server(s)\n\ | ||
418 | specified in /etc/resolv.conf will be used.\n")); | ||
419 | |||
420 | printf (_(UT_SUPPORT)); | 420 | printf (_(UT_SUPPORT)); |
421 | } | 421 | } |
422 | 422 | ||