diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-05-13 09:14:45 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-05-13 09:14:45 (GMT) |
commit | 7e3fc482ed934105c3f27e39175bf0cff3286db3 (patch) | |
tree | 9a3e5d3d0704488a818879ebd48d01c42192366e /plugins | |
parent | 44f8455b2cf248c6f50c35bfc3510d2946084c5b (diff) | |
download | monitoring-plugins-7e3fc482ed934105c3f27e39175bf0cff3286db3.tar.gz |
Typo
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1992 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_dns.c b/plugins/check_dns.c index 1384064..c2d899f 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c | |||
@@ -469,7 +469,7 @@ print_help (void) | |||
469 | printf (" -a, --expected-address=IP-ADDRESS|HOST\n"); | 469 | printf (" -a, --expected-address=IP-ADDRESS|HOST\n"); |
470 | printf (" %s\n", _("Optional IP-ADDRESS you expect the DNS server to return. HOST must end with")); | 470 | printf (" %s\n", _("Optional IP-ADDRESS you expect the DNS server to return. HOST must end with")); |
471 | printf (" %s\n", _("a dot (.). This option can be repeated multiple times (Returns OK if any")); | 471 | printf (" %s\n", _("a dot (.). This option can be repeated multiple times (Returns OK if any")); |
472 | printf (" %s\n", _("value match). If multiple addressesare returned at once, you have to match")); | 472 | printf (" %s\n", _("value match). If multiple addresses are returned at once, you have to match")); |
473 | printf (" %s\n", _("the whole string of addresses separated with commas (sorted alphabetically).")); | 473 | printf (" %s\n", _("the whole string of addresses separated with commas (sorted alphabetically).")); |
474 | printf (" -A, --expect-authority\n"); | 474 | printf (" -A, --expect-authority\n"); |
475 | printf (" %s\n", _("Optionally expect the DNS server to be authoritative for the lookup")); | 475 | printf (" %s\n", _("Optionally expect the DNS server to be authoritative for the lookup")); |