summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2019-02-15 16:31:29 (GMT)
committerRolf Eike Beer <eike@sf-mail.de>2019-02-15 16:31:29 (GMT)
commit763eb740b3240458cbb9ed6c6356bfc5b9a18e71 (patch)
tree51a74dd9745e9a8301f6874a7155ec667fae1f76
parent2962148d8bac3a65f1fb5e1a948e3f0a86a42a1a (diff)
downloadmonitoring-plugins-763eb74.tar.gz
check_dns: fix typo in parameter descriptionrefs/pull/1584/head
-rw-r--r--plugins/check_dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_dns.c b/plugins/check_dns.c
index 25bd31d..d4d0b88 100644
--- a/plugins/check_dns.c
+++ b/plugins/check_dns.c
@@ -554,7 +554,7 @@ print_help (void)
554 printf (" -c, --critical=seconds\n"); 554 printf (" -c, --critical=seconds\n");
555 printf (" %s\n", _("Return critical if elapsed time exceeds value. Default off")); 555 printf (" %s\n", _("Return critical if elapsed time exceeds value. Default off"));
556 printf (" -L, --all\n"); 556 printf (" -L, --all\n");
557 printf (" %s\n", _("Return critical the list of expected addresses does not match all addresses")); 557 printf (" %s\n", _("Return critical if the list of expected addresses does not match all addresses"));
558 printf (" %s\n", _("returned. Default off")); 558 printf (" %s\n", _("returned. Default off"));
559 559
560 printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); 560 printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT);