summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Nierlein <sven@nierlein.org>2019-02-15 17:01:51 (GMT)
committerGitHub <noreply@github.com>2019-02-15 17:01:51 (GMT)
commitc0ff2b66e8baebee3bed23d02ae31470900bc45f (patch)
tree51a74dd9745e9a8301f6874a7155ec667fae1f76
parent2962148d8bac3a65f1fb5e1a948e3f0a86a42a1a (diff)
parent763eb740b3240458cbb9ed6c6356bfc5b9a18e71 (diff)
downloadmonitoring-plugins-c0ff2b6.tar.gz
Merge pull request #1584 from DerDakon/typo
check_dns: fix typo in parameter description
-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);