summaryrefslogtreecommitdiffstats
path: root/plugins/check_dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_dns.c')
-rw-r--r--plugins/check_dns.c12
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 (_("\
399This plugin uses the nslookup program to obtain the IP address\n\
400for the given host/domain query. A optional DNS server to use may\n\
401be specified. If no DNS server is specified, the default server(s)\n\
402specified 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\
415This plugin uses the nslookup program to obtain the IP address\n\
416for the given host/domain query. A optional DNS server to use may\n\
417be specified. If no DNS server is specified, the default server(s)\n\
418specified in /etc/resolv.conf will be used.\n"));
419
420 printf (_(UT_SUPPORT)); 420 printf (_(UT_SUPPORT));
421} 421}
422 422