Code

Correct the help text
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>
Thu, 17 Apr 2008 10:46:22 +0000 (10:46 +0000)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>
Thu, 17 Apr 2008 10:46:22 +0000 (10:46 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1979 f882894a-f735-0410-b71e-b25c423dba1c

plugins/check_dns.c

index 732cde7f1b5ff3fd2713870c71314e33bff28367..276dad822cd2b87940087ecaa512eb36a878088c 100644 (file)
@@ -465,8 +465,8 @@ print_help (void)
   printf (" -a, --expected-address=IP-ADDRESS|HOST\n");
   printf ("    %s\n", _("Optional IP-ADDRESS you expect the DNS server to return. HOST must end with"));
   printf ("    %s\n", _("a dot (.). This option can be repeated multiple times (Returns OK if any"));
-  printf ("    %s\n", _("value match). If multiple are returned at once, you have to match the whole"));
-  printf ("    %s\n", _("string of addresses separated with commas (it needs to be sorted)."));
+  printf ("    %s\n", _("value match). If multiple addressesare returned at once, you have to match"));
+  printf ("    %s\n", _("the whole string of addresses separated with commas (sorted alphabetically)."));
   printf (" -A, --expect-authority\n");
   printf ("    %s\n", _("Optionally expect the DNS server to be authoritative for the lookup"));
   printf (" -w, --warning=seconds\n");