diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-17 10:46:22 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-17 10:46:22 (GMT) |
commit | 5cfbc550dcae601ee192b92f73969ddcbc13f74f (patch) | |
tree | 779d8cc3e6ec561e953c31d4e18154372172e998 | |
parent | b7ea51c6662e752b536289d033a3813a748e49a7 (diff) | |
download | monitoring-plugins-5cfbc550dcae601ee192b92f73969ddcbc13f74f.tar.gz |
Correct the help text
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1979 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | plugins/check_dns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_dns.c b/plugins/check_dns.c index 732cde7..276dad8 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c | |||
@@ -465,8 +465,8 @@ print_help (void) | |||
465 | printf (" -a, --expected-address=IP-ADDRESS|HOST\n"); | 465 | printf (" -a, --expected-address=IP-ADDRESS|HOST\n"); |
466 | printf (" %s\n", _("Optional IP-ADDRESS you expect the DNS server to return. HOST must end with")); | 466 | printf (" %s\n", _("Optional IP-ADDRESS you expect the DNS server to return. HOST must end with")); |
467 | printf (" %s\n", _("a dot (.). This option can be repeated multiple times (Returns OK if any")); | 467 | printf (" %s\n", _("a dot (.). This option can be repeated multiple times (Returns OK if any")); |
468 | printf (" %s\n", _("value match). If multiple are returned at once, you have to match the whole")); | 468 | printf (" %s\n", _("value match). If multiple addressesare returned at once, you have to match")); |
469 | printf (" %s\n", _("string of addresses separated with commas (it needs to be sorted).")); | 469 | printf (" %s\n", _("the whole string of addresses separated with commas (sorted alphabetically).")); |
470 | printf (" -A, --expect-authority\n"); | 470 | printf (" -A, --expect-authority\n"); |
471 | printf (" %s\n", _("Optionally expect the DNS server to be authoritative for the lookup")); | 471 | printf (" %s\n", _("Optionally expect the DNS server to be authoritative for the lookup")); |
472 | printf (" -w, --warning=seconds\n"); | 472 | printf (" -w, --warning=seconds\n"); |